From a838f387533d4f55f439e872bc2cdd11c7b27382 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 21 May 2025 16:47:50 +0200 Subject: [PATCH] update nvim config --- nvim.lua/.config/nvim/lua/lualine_setup.lua | 2 +- nvim.lua/.config/nvim/lua/plugins.lua | 26 ++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nvim.lua/.config/nvim/lua/lualine_setup.lua b/nvim.lua/.config/nvim/lua/lualine_setup.lua index 9bea4c0..8ceba41 100644 --- a/nvim.lua/.config/nvim/lua/lualine_setup.lua +++ b/nvim.lua/.config/nvim/lua/lualine_setup.lua @@ -4,7 +4,7 @@ vim.cmd([[set noshowmode]]) return require('lualine').setup { options = { icons_enabled = true, - theme = '16color', + theme = 'everforest', section_separators = '', component_seaparators = '', } diff --git a/nvim.lua/.config/nvim/lua/plugins.lua b/nvim.lua/.config/nvim/lua/plugins.lua index 57817ea..9cd253b 100644 --- a/nvim.lua/.config/nvim/lua/plugins.lua +++ b/nvim.lua/.config/nvim/lua/plugins.lua @@ -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 {