mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 11:24:07 +00:00
18 lines
359 B
Lua
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,
|
|
}
|