feat: Updates lazyvim configuration, adds some configuration files.

This commit is contained in:
2025-03-31 13:18:07 -04:00
parent d8feb9535d
commit b627d68ae3
9 changed files with 91 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ return {
markdown = {
"prettier",
prepend_args = {
"--print-width", "100",
"--print-width", "80",
"--prose-wrap", "always",
"--parser", "markdown",
},