feat: More lazyvim configuration changes.

This commit is contained in:
2025-03-31 15:23:21 -04:00
parent b627d68ae3
commit 6c6c5c507d
5 changed files with 31 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
return {
"saghen/blink.cmp",
opts = {
keymap = {
preset = "default"
}
}
}

View File

@@ -6,9 +6,7 @@ return {
markdown = {
"prettier",
prepend_args = {
"--print-width", "80",
"--prose-wrap", "always",
"--parser", "markdown",
"--config", "~/.prettierrc.yaml"
},
},
swift = { "swiftformat" },