nvim: migrate to paq package manager

This commit is contained in:
2025-11-23 08:59:27 +01:00
parent 195176678c
commit 4a698f6e1f
10 changed files with 228 additions and 321 deletions

View File

@@ -1,12 +1,5 @@
return {
"nvim-treesitter/nvim-treesitter",
branch = "master",
lazy = false,
build = ":TSUpdate",
main = "nvim-treesitter.configs",
dependencies = {
"nvim-treesitter/nvim-treesitter-textobjects",
},
opts = {
highlight = {
enable = true,