feat(nvim): add bind to remove highlight of search

This commit is contained in:
matt1432 2023-09-22 14:48:03 -04:00
parent b103634807
commit ae8c4c9ce6

View file

@ -29,3 +29,5 @@ let g:coc_snippet_next = '<tab>'
" support scss @
autocmd FileType scss setl iskeyword+=@-@
nnoremap <silent> <esc> :noh<cr><esc>