feat(nvim): replace vim-cursorword with vim-illuminate

main
mandlm 2022-07-13 08:47:26 +02:00
parent a68b824f9c
commit eaa3fb9058
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,7 @@
tabline-nvim
indent-blankline-nvim
plenary-nvim
vim-cursorword
vim-illuminate
registers-nvim
# git

View File

@ -31,6 +31,9 @@ local on_attach = function(client, bufnr)
end,
})
end
local illuminate = require("illuminate")
illuminate.on_attach(client)
end
local lsp_status = require("lsp-status")