change theme to kanagawa
This commit is contained in:
parent
de8abea972
commit
1f2e5c54e9
2 changed files with 33 additions and 23 deletions
26
init.lua
26
init.lua
|
|
@ -188,18 +188,28 @@ require('lazy').setup({
|
|||
end,
|
||||
},
|
||||
},
|
||||
|
||||
-- {
|
||||
-- -- Theme inspired by Atom
|
||||
-- 'navarasu/onedark.nvim',
|
||||
-- priority = 1000,
|
||||
-- lazy = false,
|
||||
-- config = function()
|
||||
-- require('onedark').setup {
|
||||
-- -- Set a style preset. 'dark' is default.
|
||||
-- style = 'warm', -- dark, darker, cool, deep, warm, warmer, light
|
||||
-- }
|
||||
-- require('onedark').load()
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
-- Theme inspired by Atom
|
||||
'navarasu/onedark.nvim',
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
'rebelot/kanagawa.nvim',
|
||||
config = function()
|
||||
require('onedark').setup {
|
||||
require('kanagawa').setup {
|
||||
-- Set a style preset. 'dark' is default.
|
||||
style = 'dark', -- dark, darker, cool, deep, warm, warmer, light
|
||||
theme = 'dragon', -- dark, darker, cool, deep, warm, warmer, light
|
||||
}
|
||||
require('onedark').load()
|
||||
require('kanagawa').load()
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
@ -580,7 +590,7 @@ local servers = {
|
|||
-- rust_analyzer = {},
|
||||
-- tsserver = {},
|
||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||
phpactor = {},
|
||||
-- phpactor = {},
|
||||
-- intelephense = {},
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue