update nvim config

This commit is contained in:
Grisha Shipunov 2025-05-21 16:47:50 +02:00
parent 383dd64fe9
commit a838f38753
2 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@ vim.cmd([[set noshowmode]])
return require('lualine').setup { return require('lualine').setup {
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = '16color', theme = 'everforest',
section_separators = '', section_separators = '',
component_seaparators = '', component_seaparators = '',
} }

View file

@ -65,22 +65,22 @@ return require('packer').startup(function(use)
use { use {
'sainnhe/everforest', 'sainnhe/everforest',
-- config = function() config = function()
-- vim.cmd([[ vim.cmd([[
-- set termguicolors set termguicolors
-- let g:everforest_transparent_background = 2 let g:everforest_transparent_background = 2
-- colorscheme everforest colorscheme everforest
-- ]]) ]])
-- end, end,
} }
use { use {
'casonadams/walh', 'casonadams/walh',
config = function() -- config = function()
vim.cmd([[ -- vim.cmd([[
set notermguicolors -- set notermguicolors
colorscheme walh-one -- colorscheme walh-one
]]) -- ]])
end, -- end,
} }
use { use {