update nvim plugin configs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter-refactor',
|
||||
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile' },
|
||||
dependencies = 'nvim-treesitter',
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
opts = {
|
||||
refactor = {
|
||||
highlight_definitions = {
|
||||
@@ -32,4 +32,4 @@ return {
|
||||
config = function(_, opts)
|
||||
require('nvim-treesitter.configs').setup(opts)
|
||||
end,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user