More tweaks for astronvim.

This commit is contained in:
Bartek Stalewski 2023-10-09 23:17:39 +02:00
parent 97554965e5
commit 1507acae2d
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
return { return {
opt = { opt = {
cursorcolumn = true,
cursorline = true, cursorline = true,
expandtab = true, expandtab = true,
gdefault = true, gdefault = true,
@ -15,11 +16,11 @@ return {
termguicolors = true, termguicolors = true,
wrap = true, wrap = true,
writebackup = false, writebackup = false,
clipboard = "", -- clipboard = "",
cmdheight = 1, cmdheight = 1,
foldcolumn = "0", foldcolumn = "0",
laststatus = 2, laststatus = 2,
mouse = "", -- mouse = "",
scrolloff = 5, scrolloff = 5,
shiftwidth = 2, shiftwidth = 2,
softtabstop = 2, softtabstop = 2,

View File

@ -6,7 +6,7 @@ return {
component_separators = '', component_separators = '',
icons_enabled = true, icons_enabled = true,
section_separators = '', section_separators = '',
theme = "onedark", theme = "powerline",
}, },
sections = { sections = {
lualine_a = { "mode" }, lualine_a = { "mode" },