Switch to nvchad.

This commit is contained in:
Bartek Stalewski 2023-10-14 14:48:19 +02:00
parent 4ffa1ed610
commit dae4bd3581
21 changed files with 253 additions and 2 deletions

View file

@ -0,0 +1,30 @@
return {
opt = {
cursorcolumn = true,
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,
},
}