Mise à jour de la configuration avant migration vers astronvim 4.x
This commit is contained in:
@ -1,4 +1,13 @@
|
||||
return {
|
||||
lsp = {
|
||||
formatting = {
|
||||
disabled = {
|
||||
"yq",
|
||||
"yamllint",
|
||||
"yamlls"
|
||||
},
|
||||
},
|
||||
},
|
||||
-- This function is run last and is a good place to configuring
|
||||
-- augroups/autocommands and custom filetypes also this just pure lua so
|
||||
-- anything that doesn't fit in the normal config locations above can go here
|
||||
|
Reference in New Issue
Block a user