mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
tokiyo nights it is...
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
return {
|
||||
'rebelot/kanagawa.nvim',
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
'folke/tokyonight.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
init = function()
|
||||
vim.cmd.colorscheme 'kanagawa'
|
||||
|
||||
-- You can configure highlights by doing something like
|
||||
-- vim.cmd.hi 'Comment gui=none'
|
||||
vim.cmd.colorscheme 'tokyonight'
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user