add themes and change initial theme
This commit is contained in:
parent
5d516ba85f
commit
60ca6777e2
5 changed files with 57 additions and 1 deletions
12
lua/kickstart/plugins/themes/kanagawa.lua
Normal file
12
lua/kickstart/plugins/themes/kanagawa.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'rebelot/kanagawa.nvim',
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
require('kanagawa').setup {
|
||||
-- ...
|
||||
}
|
||||
|
||||
vim.cmd 'colorscheme kanagawa'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue