Additional code completion sources (tabnine)

This commit is contained in:
2024-03-19 07:20:20 +01:00
parent b2a762ab4d
commit ce70d6f9b7
4 changed files with 55 additions and 7 deletions

View File

@@ -44,6 +44,8 @@ function! Build()
endif
endfunction
colorscheme vim-monokai-tasty
nnoremap <C-b> :call Build()<CR>
nnoremap <M-w> :bdelete<CR>
nnoremap <C-y> :BufstopFast<CR>

View File

@@ -4,7 +4,7 @@ filetype plugin on
syntax on
" colorscheme vim-monokai-tasty
colorscheme desert
colorscheme slate
" open builtin terminal
function OpenTerm()