dotfiles/astronvim/lua/user/options.lua

28 lines
525 B
Lua

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,
},
}