Foramt files with stylua

This commit is contained in:
Oliver Davies 2024-03-14 07:42:24 +00:00
parent b4ca3831b0
commit 021093bd3d
2 changed files with 7 additions and 7 deletions

View file

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