refactor(nvim): remove useless treesitter plugins
This commit is contained in:
parent
73ee308ac8
commit
ce3aea72be
@ -105,15 +105,8 @@ return {
|
|||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
event = { "BufReadPre", "BufNewFile", "WinLeave" },
|
event = { "BufReadPre", "BufNewFile", "WinLeave" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/playground",
|
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
"RRethy/nvim-treesitter-endwise",
|
"RRethy/nvim-treesitter-endwise",
|
||||||
{
|
|
||||||
"andymass/vim-matchup",
|
|
||||||
init = function()
|
|
||||||
vim.g.matchup_matchparen_offscreen = { method = nil }
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
vim.api.nvim_create_autocmd("FileReadPre", {
|
vim.api.nvim_create_autocmd("FileReadPre", {
|
||||||
@ -170,7 +163,6 @@ return {
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
matchup = { enable = true },
|
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user