Enable colorizer, dashboard, and trouble plugins with initial configs.
This commit is contained in:
parent
0fe67f0586
commit
aebe535298
3 changed files with 62 additions and 0 deletions
11
lua/custom/plugins/dashboard.lua
Normal file
11
lua/custom/plugins/dashboard.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require('dashboard').setup {
|
||||
-- config
|
||||
theme = 'hyper',
|
||||
}
|
||||
end,
|
||||
dependencies = { { 'nvim-tree/nvim-web-devicons' } },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue