comments and better cmp scoring

This commit is contained in:
Christian Nieves
2023-11-19 18:53:07 -06:00
parent 2ef4eb8c41
commit 1c0fa0e214
7 changed files with 57 additions and 26 deletions

View File

@ -160,4 +160,13 @@ endfun
filetype plugin indent on
syntax on
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
inoremap <Up> <Nop>
inoremap <Down> <Nop>
inoremap <Left> <Nop>
inoremap <Right> <Nop>
lua require("config.google")