diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-12 11:29:26 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-12 11:29:26 +0000 |
| commit | 42a9d33b536f4427a9eae96f2218b9bec712fc98 (patch) | |
| tree | 95b43506188a908240327f45e1e92576a59f6b2d | |
| parent | ba436cd0b0730309551415cb4c75a3f71ad46d3b (diff) | |
remove tree-sitter-context
| -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}) |
