diff --git a/roles/neovim/files/lua/plugins.lua b/roles/neovim/files/lua/plugins.lua index ca524f9..1e3a04e 100644 --- a/roles/neovim/files/lua/plugins.lua +++ b/roles/neovim/files/lua/plugins.lua @@ -34,7 +34,6 @@ require("lazy").setup({ -- Nvim-treesitter { 'nvim-treesitter/nvim-treesitter', - tag = 'v0.9.2', init = function() local ts_update = require('nvim-treesitter.install').update({ with_sync = true }) ts_update()