More tweaks for astronvim.
This commit is contained in:
parent
97554965e5
commit
1507acae2d
@ -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,
|
||||||
|
@ -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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user