diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-04 18:22:16 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-04 18:22:16 +0200 |
| commit | 3dcc95e39038b16f113587a4993804ae69a1dc3e (patch) | |
| tree | 00f4688a0ac6123678816cf04bbcacd56c07e2b0 /nvim/lua | |
| parent | 97684f8ca1a656f71d1d9158798330d4a161aefd (diff) | |
nvim: uninstall treesitter plugin
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 4be28d6..3cc2b8d 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -31,7 +31,6 @@ require("lazy").setup({ { "tpope/vim-fugitive" }, -- Shows git diff info in the gutter { "lewis6991/gitsigns.nvim" }, - { "nvim-treesitter/nvim-treesitter", branch = 'master', lazy = false, build = ":TSUpdate" }, -- comment gestures { "numToStr/Comment.nvim" }, -- Fuzzy finder |
