skylark-nvim/astronvim_theme/plugins.lua

23 lines
490 B
Lua

-- enable or disable highlighting for extra plugins in the astronvim theme
return {
aerial = true,
beacon = false,
bufferline = false,
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,
}