Mise à jour de la configuration avant migration vers astronvim 4.x

This commit is contained in:
Xavier Logerais
2024-05-17 15:31:45 +02:00
parent a5935068ab
commit 73890a9ca5
6 changed files with 82 additions and 35 deletions

View File

@ -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