mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: More lazyvim configuration changes.
This commit is contained in:
8
nvim/lazynvim/lua/plugins/cmp.lua
Normal file
8
nvim/lazynvim/lua/plugins/cmp.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,9 +6,7 @@ return {
|
||||
markdown = {
|
||||
"prettier",
|
||||
prepend_args = {
|
||||
"--print-width", "80",
|
||||
"--prose-wrap", "always",
|
||||
"--parser", "markdown",
|
||||
"--config", "~/.prettierrc.yaml"
|
||||
},
|
||||
},
|
||||
swift = { "swiftformat" },
|
||||
|
||||
Reference in New Issue
Block a user