More tweaks for astronvim.
This commit is contained in:
parent
97554965e5
commit
1507acae2d
@ -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,
|
||||
|
@ -6,7 +6,7 @@ return {
|
||||
component_separators = '',
|
||||
icons_enabled = true,
|
||||
section_separators = '',
|
||||
theme = "onedark",
|
||||
theme = "powerline",
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { "mode" },
|
||||
|
Loading…
Reference in New Issue
Block a user