moved language setups to its own folder

This commit is contained in:
Daveanand Mannie
2024-09-21 19:10:27 -04:00
parent 4001452329
commit 76ceaac12b
4 changed files with 20 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ require("lazy").setup({
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "plugins" },
{ import = "plugins.langs"},
},
defaults = {
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.