Switch to AstroNvim.
This commit is contained in:
parent
6dc42b37e6
commit
d36cf3a49c
15 changed files with 150 additions and 1 deletions
27
astronvim/lua/user/options.lua
Normal file
27
astronvim/lua/user/options.lua
Normal file
|
@ -0,0 +1,27 @@
|
|||
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,
|
||||
writebackup = false,
|
||||
clipboard = "",
|
||||
foldcolumn = "0",
|
||||
mouse = "",
|
||||
scrolloff = 5,
|
||||
shiftwidth = 2,
|
||||
softtabstop = 2,
|
||||
tabstop = 2,
|
||||
updatetime = 100,
|
||||
laststatus = 2,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue