summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-07-25 02:09:12 -0400
committerChris <[email protected]>2021-07-25 02:09:12 -0400
commitfb439b7309be1ede206143319ea85288cfa57eb1 (patch)
treecd8b98b7be81fde5de070fefe20f8f01ec81504d /lua
parentc0a0771cd64e91e5c440054d8db8b61ace3297bc (diff)
fix vim not having a formatter field
Diffstat (limited to 'lua')
-rw-r--r--lua/default-config.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index fb3a60c6..0d874a67 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -665,7 +665,11 @@ lvim.lang = {
},
},
vim = {
- linters = { "vint" },
+ formatter = {
+ exe = "",
+ args = {},
+ },
+ linters = { "" },
lsp = {
provider = "vimls",
setup = {