diff --git a/_cli/astronvim/lua/user/options.lua b/_cli/astronvim/lua/user/options.lua index 5eeadd9..7cbee2c 100644 --- a/_cli/astronvim/lua/user/options.lua +++ b/_cli/astronvim/lua/user/options.lua @@ -1,5 +1,6 @@ return { opt = { + cursorcolumn = true, cursorline = true, expandtab = true, gdefault = true, @@ -15,11 +16,11 @@ return { termguicolors = true, wrap = true, writebackup = false, - clipboard = "", + -- clipboard = "", cmdheight = 1, foldcolumn = "0", laststatus = 2, - mouse = "", + -- mouse = "", scrolloff = 5, shiftwidth = 2, softtabstop = 2, diff --git a/_cli/astronvim/lua/user/plugins/lualine.lua b/_cli/astronvim/lua/user/plugins/lualine.lua index b7d135a..f6467c8 100644 --- a/_cli/astronvim/lua/user/plugins/lualine.lua +++ b/_cli/astronvim/lua/user/plugins/lualine.lua @@ -6,7 +6,7 @@ return { component_separators = '', icons_enabled = true, section_separators = '', - theme = "onedark", + theme = "powerline", }, sections = { lualine_a = { "mode" },