diff options
Diffstat (limited to 'nvim/lua/config')
| -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 |
