update to current config
This commit is contained in:
parent
17e84d9d6a
commit
f7affcc860
4
init.lua
4
init.lua
|
@ -266,7 +266,7 @@ require('lazy').setup({
|
||||||
-- config
|
-- config
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
dependencies = { { 'nvim-tree/nvim-web-devicons' } },
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -889,7 +889,7 @@ require('lazy').setup({
|
||||||
-- Load the colorscheme here.
|
-- Load the colorscheme here.
|
||||||
-- Like many other themes, this one has different styles, and you could load
|
-- Like many other themes, this one has different styles, and you could load
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
vim.cmd.colorscheme 'rose-pine'
|
vim.cmd.colorscheme 'slate'
|
||||||
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
|
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
|
||||||
|
|
||||||
-- You can configure highlights by doing something like:
|
-- You can configure highlights by doing something like:
|
||||||
|
|
Loading…
Reference in New Issue