chores(all): format

This commit is contained in:
2024-11-10 15:38:47 +01:00
parent 6851e16bcf
commit 8f04c0e04c
9 changed files with 42 additions and 40 deletions

View File

@ -62,5 +62,5 @@ vim.o.scrolloff = 10
vim.cmd "set formatoptions-=t"
-- Make some typographic chars visible
vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = ''})
vim.opt.listchars:append({ nbsp = "·", trail = "¤", eol = '' })
vim.o.list = true