feat: Working on trying lazyvim

This commit is contained in:
2025-03-31 09:33:04 -04:00
parent 4624fa48d3
commit 5dc1b33da8
7 changed files with 13 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ createCmd("BufEnter", {
pattern = { "*.md", "*.markdown", "*.txt", "*.tex" },
group = spellGroup,
callback = function(_)
vim.cmd.setlocal("textwidth=80")
vim.cmd.setlocal("textwidth=100")
vim.cmd.setlocal("spell spelllang=en_us")
end,
})