diff options
| author | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 21:03:41 +0200 |
|---|---|---|
| committer | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 21:03:41 +0200 |
| commit | b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29 (patch) | |
| tree | db9375c1b04ae486c6f90961af7095a947bf3e05 /lua/plugins/treesitter.lua | |
| parent | 013cdcb45edfb99b506165eb47b8b052edd4adb6 (diff) | |
| download | nvim-b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29.zip nvim-b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29.tar.gz | |
feat: move plugin install definitions to their dirs.
Diffstat (limited to 'lua/plugins/treesitter.lua')
| -rw-r--r-- | lua/plugins/treesitter.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 86f54b1..cdf9800 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -1,3 +1,6 @@ +vim.pack.add({ + { src = "https://github.com/nvim-treesitter/nvim-treesitter" }, +}) ---@diagnostic disable: missing-fields require("nvim-treesitter.configs").setup({ ensure_installed = { "go", "nix" }, |
