diff options
| -rw-r--r-- | mut/neovim/fnl/conf/pkgs.fnl | 1 | ||||
| -rw-r--r-- | mut/neovim/fnl/conf/pkgs/tree-sitter-context.fnl | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/mut/neovim/fnl/conf/pkgs.fnl b/mut/neovim/fnl/conf/pkgs.fnl index f47ee8e..7c5f503 100644 --- a/mut/neovim/fnl/conf/pkgs.fnl +++ b/mut/neovim/fnl/conf/pkgs.fnl @@ -1,7 +1,6 @@ (require :conf.pkgs.cmp) (require :conf.pkgs.lspconfig) (require :conf.pkgs.treesitter) -(require :conf.pkgs.tree-sitter-context) (require :conf.pkgs.dap) (require :conf.pkgs.venn) (require :conf.pkgs.gitsigns) diff --git a/mut/neovim/fnl/conf/pkgs/tree-sitter-context.fnl b/mut/neovim/fnl/conf/pkgs/tree-sitter-context.fnl deleted file mode 100644 index 12fedc6..0000000 --- a/mut/neovim/fnl/conf/pkgs/tree-sitter-context.fnl +++ /dev/null @@ -1,2 +0,0 @@ -(local context (require :treesitter-context)) -(context.setup {:enable true}) |
