aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-08 15:40:47 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-08 15:40:47 -0500
commitd4b238e058228c0ebf54ffa6128d3bdc36048599 (patch)
tree126dc6769a332178a3011f11fc743d7bfe6692ca
parent4217a5cfb3deb08207d1853f730435c59bcff423 (diff)
fix(nvim): remove unused TS parser
-rw-r--r--nvim/.config/nvim/lua/plugins/treesitter.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua
index c445a6b..2b533af 100644
--- a/nvim/.config/nvim/lua/plugins/treesitter.lua
+++ b/nvim/.config/nvim/lua/plugins/treesitter.lua
@@ -24,7 +24,6 @@ local M = {
"c_sharp",
"css",
"comment",
- "dap_repl",
"diff",
"gitignore",
"go",