mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
split up init.lua
This commit is contained in:
10
lua/plugins/colorscheme.lua
Normal file
10
lua/plugins/colorscheme.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'rebelot/kanagawa.nvim',
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
init = function()
|
||||
vim.cmd.colorscheme 'kanagawa'
|
||||
|
||||
-- You can configure highlights by doing something like
|
||||
-- vim.cmd.hi 'Comment gui=none'
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user