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 | |
| parent | 97684f8ca1a656f71d1d9158798330d4a161aefd (diff) | |
nvim: uninstall treesitter plugin
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lazy-lock.json | 1 | ||||
| -rw-r--r-- | nvim/lua/config/lazy.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 79ace09..91d2e79 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -11,7 +11,6 @@ "mini.icons": { "branch": "main", "commit": "7fdae2443a0e2910015ca39ad74b50524ee682d3" }, "nvim-lspconfig": { "branch": "master", "commit": "9ccd58a7949091c0cc2777d4e92a45a209c808c1" }, "nvim-surround": { "branch": "main", "commit": "1098d7b3c34adcfa7feb3289ee434529abd4afd1" }, - "nvim-treesitter": { "branch": "master", "commit": "cf12346a3414fa1b06af75c79faebe7f76df080a" }, "nvim-web-devicons": { "branch": "master", "commit": "40e9d5a6cc3db11b309e39593fc7ac03bb844e38" }, "schemastore.nvim": { "branch": "main", "commit": "6d0329adb9c8cbe51b9a28299890a5eb104db7dc" }, "vim-fugitive": { "branch": "master", "commit": "3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0" }, 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 |
