Files
astronvim_config/default_theme/plugins.lua
2023-02-13 15:55:27 +02:00

18 lines
359 B
Lua

-- enable or disable highlighting for extra plugins
return {
aerial = true,
bufferline = true,
cmp = true,
dashboard = true,
highlighturl = true,
indent_blankline = true,
["neo-tree"] = true,
notify = true,
["nvim-web-devicons"] = true,
rainbow = true,
telescope = true,
treesitter = true,
vimwiki = false,
["which-key"] = true,
}