Foramt files with stylua
This commit is contained in:
parent
b4ca3831b0
commit
021093bd3d
|
@ -30,7 +30,7 @@ local settings = {
|
||||||
tabstop = 2,
|
tabstop = 2,
|
||||||
termguicolors = true,
|
termguicolors = true,
|
||||||
textwidth = 0,
|
textwidth = 0,
|
||||||
undodir = os.getenv("HOME") .. "/.vim/undodir",
|
undodir = os.getenv "HOME" .. "/.vim/undodir",
|
||||||
undofile = true,
|
undofile = true,
|
||||||
updatetime = 1000,
|
updatetime = 1000,
|
||||||
wrap = false,
|
wrap = false,
|
||||||
|
|
Reference in a new issue