feat: use vim-illuminate
This commit is contained in:
parent
ec4a2c0af9
commit
9650d6d51c
2 changed files with 7 additions and 12 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue