chore(nvim): remove unused plugins
This commit is contained in:
parent
2741e13657
commit
d1378a4932
2 changed files with 1 additions and 12 deletions
|
@ -60,7 +60,7 @@ vim.api.nvim_create_autocmd("TermOpen", {
|
|||
})
|
||||
|
||||
-- buffer closing
|
||||
nnoremap("gq", ":Bdelete<CR>")
|
||||
nnoremap("gq", ":bdelete<CR>")
|
||||
|
||||
-- toggle search highlighting
|
||||
vim.cmd('nnoremap <expr> * v:hlsearch ? ":nohlsearch<cr>" : "*"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue