chore: create a treesitter directory and move relevant specs
This commit is contained in:
@@ -16,6 +16,7 @@ vim.opt.rtp:prepend(lazypath)
|
|||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
{ import = 'core.colorscheme' },
|
{ import = 'core.colorscheme' },
|
||||||
{ import = 'plugins' },
|
{ import = 'plugins' },
|
||||||
|
{ import = 'plugins.treesitter' },
|
||||||
{ import = 'plugins.lsp' },
|
{ import = 'plugins.lsp' },
|
||||||
}, {
|
}, {
|
||||||
install = {
|
install = {
|
||||||
@@ -31,4 +32,4 @@ require('lazy').setup({
|
|||||||
change_detection = {
|
change_detection = {
|
||||||
notify = false,
|
notify = false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user