feat: use vim-illuminate

This commit is contained in:
Michael Mandl 2022-02-22 08:45:55 +01:00
parent ec4a2c0af9
commit 9650d6d51c
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 7 additions and 12 deletions

View file

@ -84,18 +84,7 @@ return require('packer').startup(function(use)
})
-- highlight current symbol
use({
"nvim-treesitter/nvim-treesitter-refactor",
config = function () require("nvim-treesitter.configs").setup({
refactor = {
highlight_definitions = {
enable = true,
clear_on_cursor_move = true,
},
}
})
end,
})
use({"RRethy/vim-illuminate"})
-- language server
use({