Skip to content

Commit 10d2c14

Browse files
committed
nvim: remove nvim-treesitter for now (unused)
Signed-off-by: Nick Diego Yamane <nickdiego@igalia.com>
1 parent 2b445e8 commit 10d2c14

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

config/nvim/lua/plugins.lua

-21
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,6 @@ return {
5656
{ 'rhysd/committia.vim' },
5757
{ 'chromium/vim-codesearch' },
5858
{ 'neovim/nvim-lspconfig' },
59-
{
60-
"nvim-treesitter/nvim-treesitter",
61-
build = ":TSUpdate",
62-
config = function()
63-
require 'nvim-treesitter.configs'.setup {
64-
ensure_installed = { "lua", "vim", "python", "c", "cpp", "json", "html", "css" },
65-
sync_install = false,
66-
auto_install = true,
67-
highlight = {
68-
enable = true,
69-
additional_vim_regex_highlighting = false,
70-
},
71-
indent = {
72-
enable = true
73-
},
74-
fold = {
75-
enable = true,
76-
},
77-
}
78-
end
79-
},
8059

8160
-- completion
8261
{ 'hrsh7th/nvim-cmp' },

0 commit comments

Comments
 (0)