first
This commit is contained in:
6
lua/plugins/theme.lua
Normal file
6
lua/plugins/theme.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
config = function()
|
||||
vim.cmd('colorscheme kanagawa-dragon')
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user