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