feat: move plugin install definitions to their dirs.
This commit is contained in:
parent
013cdcb45e
commit
b57dc94d3a
5 changed files with 14 additions and 6 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue