rearrange some stuff, switch themes

This commit is contained in:
Gene Liverman 2024-01-02 23:23:23 -05:00
parent 2af59c0072
commit 0f11ababe4
23 changed files with 183 additions and 155 deletions

View file

@ -1,9 +1,9 @@
return {
return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function ()
local config = require('nvim-treesitter.configs')
config.setup {
config = function()
local config = require("nvim-treesitter.configs")
config.setup({
auto_install = true,
highlight = { enable = true },
indent = { enable = true },
@ -48,6 +48,6 @@ return {
"xml",
"yaml",
},
}
end
})
end,
}