diff options
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -129,9 +129,9 @@ augroup InitVim autocmd TextYankPost * \ lua require'vim.highlight'.on_yank( \ { higroup = "IncSearch", timeout = 100 }); - autocmd CursorHold * lua vim.lsp.buf.document_highlight() - autocmd CursorHoldI * lua vim.lsp.buf.document_highlight() - autocmd CursorMoved * lua vim.lsp.buf.clear_references() + " autocmd CursorHold * lua vim.lsp.buf.document_highlight() + " autocmd CursorHoldI * lua vim.lsp.buf.document_highlight() + " autocmd CursorMoved * lua vim.lsp.buf.clear_references() augroup END " Local configuration that can be set by hostname or just a local configuration. |