diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-30 18:57:20 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-30 18:57:20 -0400 |
| commit | ed3969bd55524c11e5f48fb7147e46310117ef02 (patch) | |
| tree | 8769177253c33925138b2cb29d3dd9931c45420b /pkgs/custom-neovim/config/lua/plugins/treesitter.lua | |
| parent | a6e2d28ba490818357dc5d9063f2afc5c7cda997 (diff) | |
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/treesitter.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/treesitter.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/treesitter.lua b/pkgs/custom-neovim/config/lua/plugins/treesitter.lua new file mode 100644 index 0000000..000363a --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/treesitter.lua @@ -0,0 +1,4 @@ +return { + "nvim-treesitter", + lazy = false, +} |
