diff options
| author | seth <[email protected]> | 2023-12-31 08:01:03 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-31 08:52:04 -0500 |
| commit | dec8d36cbdbb3b9c5c12792ed199892ce2e82069 (patch) | |
| tree | 89422c04c25b4ed4c3156d4477c894416500e8b3 /config/plugins/treesitter.nix | |
| parent | ae9136a14ae0b0fe91faad59b23d3a532ca84ed5 (diff) | |
back to regular lua
Diffstat (limited to 'config/plugins/treesitter.nix')
| -rw-r--r-- | config/plugins/treesitter.nix | 25 |
1 files changed, 0 insertions, 25 deletions
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; - }; -} |
