add nvim config

This commit is contained in:
xSghetti 2024-07-16 23:13:44 -04:00
parent e740023762
commit 4dbb2cbe7e
31 changed files with 691 additions and 0 deletions

View file

@ -0,0 +1,5 @@
return{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
}