lazy: start spitting plugins with colorscheme
This commit is contained in:
parent
74f4d38d05
commit
ec0326586e
1 changed files with 9 additions and 0 deletions
9
lua/plugins/colorscheme.lua
Normal file
9
lua/plugins/colorscheme.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
name = "kanagawa",
|
||||
priority = 1000,
|
||||
|
||||
config = function ()
|
||||
vim.cmd("colorscheme kanagawa-dragon")
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue