More tweaks for astronvim.
This commit is contained in:
parent
97554965e5
commit
1507acae2d
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue