diff --git a/lua/plugins/treesitter-context.lua b/lua/plugins/treesitter-context.lua deleted file mode 100644 index f418b78..0000000 --- a/lua/plugins/treesitter-context.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - { - "nvim-treesitter/nvim-treesitter-context" - }, -} diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 374ecee..7f0b9ff 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -35,5 +35,8 @@ return { } }) end + }, + { + "nvim-treesitter/nvim-treesitter-context" } }