From 42a9d33b536f4427a9eae96f2218b9bec712fc98 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 12 Oct 2023 11:29:26 +0000 Subject: remove tree-sitter-context --- mut/neovim/fnl/conf/pkgs.fnl | 1 - mut/neovim/fnl/conf/pkgs/tree-sitter-context.fnl | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 mut/neovim/fnl/conf/pkgs/tree-sitter-context.fnl 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}) -- cgit v1.2.3