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 {
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,

View File

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