chore: create a treesitter directory and move relevant specs

This commit is contained in:
2024-12-10 09:22:04 -05:00
parent 5e9e2b2280
commit 108f3f95c0
6 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({
{ import = 'core.colorscheme' },
{ import = 'plugins' },
{ import = 'plugins.treesitter' },
{ import = 'plugins.lsp' },
}, {
install = {
@@ -31,4 +32,4 @@ require('lazy').setup({
change_detection = {
notify = false,
},
})
})