Initial commit

This commit is contained in:
Hydro 2023-04-10 21:48:40 +02:00 committed by GitHub
commit 7bedf3cc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 338 additions and 0 deletions

6
plugins/treesitter.lua Normal file
View file

@ -0,0 +1,6 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
-- ensure_installed = { "lua" },
},
}