comments and better cmp scoring
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user