split config

This commit is contained in:
2023-01-14 13:02:17 +01:00
parent c76362b913
commit 77036d0584
21 changed files with 341 additions and 391 deletions

21
default_theme/plugins.lua Normal file
View File

@@ -0,0 +1,21 @@
return {
aerial = true,
beacon = false,
bufferline = true,
cmp = true,
dashboard = true,
highlighturl = true,
hop = false,
indent_blankline = true,
lightspeed = false,
["neo-tree"] = true,
notify = true,
["nvim-tree"] = false,
["nvim-web-devicons"] = true,
rainbow = true,
symbols_outline = false,
telescope = true,
treesitter = true,
vimwiki = false,
["which-key"] = true,
}