BIG reorganisation.
This commit is contained in:
parent
3be3ccbbea
commit
e20e00ef8a
122 changed files with 36 additions and 109 deletions
29
_cli/astronvim/lua/user/options.lua
Normal file
29
_cli/astronvim/lua/user/options.lua
Normal file
|
@ -0,0 +1,29 @@
|
|||
return {
|
||||
opt = {
|
||||
cursorline = true,
|
||||
expandtab = true,
|
||||
gdefault = true,
|
||||
hlsearch = false,
|
||||
ignorecase = true,
|
||||
number = true,
|
||||
shiftround = true,
|
||||
relativenumber = false,
|
||||
showmode = false,
|
||||
smartcase = true,
|
||||
splitbelow = true,
|
||||
splitright = true,
|
||||
termguicolors = true,
|
||||
wrap = true,
|
||||
writebackup = false,
|
||||
clipboard = "",
|
||||
cmdheight = 1,
|
||||
foldcolumn = "0",
|
||||
laststatus = 2,
|
||||
mouse = "",
|
||||
scrolloff = 5,
|
||||
shiftwidth = 2,
|
||||
softtabstop = 2,
|
||||
tabstop = 2,
|
||||
updatetime = 100,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue