update nvim config
This commit is contained in:
parent
383dd64fe9
commit
a838f38753
2 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@ vim.cmd([[set noshowmode]])
|
|||
return require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = '16color',
|
||||
theme = 'everforest',
|
||||
section_separators = '',
|
||||
component_seaparators = '',
|
||||
}
|
||||
|
|
|
@ -65,22 +65,22 @@ return require('packer').startup(function(use)
|
|||
|
||||
use {
|
||||
'sainnhe/everforest',
|
||||
-- config = function()
|
||||
-- vim.cmd([[
|
||||
-- set termguicolors
|
||||
-- let g:everforest_transparent_background = 2
|
||||
-- colorscheme everforest
|
||||
-- ]])
|
||||
-- end,
|
||||
config = function()
|
||||
vim.cmd([[
|
||||
set termguicolors
|
||||
let g:everforest_transparent_background = 2
|
||||
colorscheme everforest
|
||||
]])
|
||||
end,
|
||||
}
|
||||
use {
|
||||
'casonadams/walh',
|
||||
config = function()
|
||||
vim.cmd([[
|
||||
set notermguicolors
|
||||
colorscheme walh-one
|
||||
]])
|
||||
end,
|
||||
-- config = function()
|
||||
-- vim.cmd([[
|
||||
-- set notermguicolors
|
||||
-- colorscheme walh-one
|
||||
-- ]])
|
||||
-- end,
|
||||
}
|
||||
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue