diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua index f155814..ca85b6a 100644 --- a/nvim/.config/nvim/lua/plugins/treesitter.lua +++ b/nvim/.config/nvim/lua/plugins/treesitter.lua @@ -5,7 +5,7 @@ return { -- show current cursor context at top of buffer -- improves commenting plugin above by using ts dependencies = { - { "romgrk/nvim-treesitter-context", config = true }, + "nvim-treesitter/nvim-treesitter-context", "JoosepAlviste/nvim-ts-context-commentstring", "RRethy/nvim-treesitter-textsubjects", "windwp/nvim-ts-autotag",