From aa1974966e79f996cb8d404a6c02c97107bf4c51 Mon Sep 17 00:00:00 2001 From: SL1900 Date: Tue, 12 Aug 2025 01:55:35 +0900 Subject: [PATCH] Moved treesitter-context into treesitter file --- lua/plugins/treesitter-context.lua | 5 ----- lua/plugins/treesitter.lua | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 lua/plugins/treesitter-context.lua 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" } }