mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-31 15:41:29 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
17
default_theme/plugins.lua
Normal file
17
default_theme/plugins.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
-- 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,
|
||||
}
|
||||
Reference in New Issue
Block a user