chore(clean): format
This commit is contained in:
@@ -22,10 +22,15 @@ return {
|
||||
foldmethod = "syntax",
|
||||
foldnestmax = 150,
|
||||
grepprg = vim.fn.executable("rg") and "rg --vimgrep" or nil,
|
||||
guifont = { "VictorMono Nerd Font", "Hack Nerd Font Mono", ":h10" },
|
||||
guifont = {
|
||||
"VictorMono Nerd Font",
|
||||
"Hack Nerd Font Mono",
|
||||
":h10",
|
||||
},
|
||||
listchars = { tab = "> ", extends = ">", precedes = "<", space = "·" },
|
||||
number = true,
|
||||
path = vim.list_extend(vim.opt.path:get(), { "**" }),
|
||||
pumblend = 0,
|
||||
relativenumber = false,
|
||||
shiftwidth = 4,
|
||||
signcolumn = "auto",
|
||||
|
||||
Reference in New Issue
Block a user