From dec8d36cbdbb3b9c5c12792ed199892ce2e82069 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 31 Dec 2023 08:01:03 -0500 Subject: back to regular lua --- config/plugins/treesitter.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 config/plugins/treesitter.nix (limited to 'config/plugins/treesitter.nix') diff --git a/config/plugins/treesitter.nix b/config/plugins/treesitter.nix deleted file mode 100644 index 047bd17..0000000 --- a/config/plugins/treesitter.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ - pkgs, - self, - ... -}: { - extraPlugins = [pkgs.vimPlugins.vim-just]; - - plugins = { - treesitter = { - enable = true; - - grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars ++ [self.tree-sitter-just]; - - indent = true; - nixvimInjections = true; - }; - - ts-context-commentstring = { - enable = true; - disableAutoInitialization = true; - }; - - ts-autotag.enable = true; - }; -} -- cgit v1.2.3