Major neovim updates (mostly completion-related)

This commit is contained in:
PowerUser64 2021-09-06 17:56:58 -07:00
parent b01adf63d1
commit 8f9fcd34e2
4 changed files with 211 additions and 101 deletions

View file

@ -45,7 +45,7 @@ set updatetime=300
" Don't pass messages to |ins-completion-menu|.
set shortmess+=c
" Spell check!
set spell spelllang=en_us
set spelllang=en_us
" spell check in git commits
autocmd Filetype gitcommit setlocal spell
set showcmd
@ -71,7 +71,8 @@ command! WQ wq
" nnoremap ; :
" vnoremap ; :
" Press Alt h to toggle highlighting on/off, and show current value.
noremap <M-h> :set hlsearch! hlsearch?<CR>
noremap <M-h> <cmd>set hlsearch! hlsearch?<CR>
noremap <M-S> <cmd>set spell! spell?<CR>
" Escape to enter normal mode in the terminal
tnoremap <Esc> <C-\><C-n>
" Replace with alt S