Initial AstroNvim config

This commit is contained in:
2024-12-31 00:44:12 +01:00
commit b60b97ce92
16 changed files with 535 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- Customize Treesitter
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"vim",
-- add more arguments for adding more treesitter parsers
},
},
}