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 tabline-nvim
indent-blankline-nvim indent-blankline-nvim
plenary-nvim plenary-nvim
vim-cursorword vim-illuminate
registers-nvim registers-nvim
# git # git

View File

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