This commit is contained in:
pika 2025-06-08 12:03:12 +02:00
parent ac80409bb9
commit 3436721ba4

View file

@ -563,6 +563,7 @@ return {
shfmt = { shfmt = {
filetypes = { filetypes = {
"ab", "ab",
"bash",
}, },
}, },
bashls = { bashls = {
@ -585,7 +586,12 @@ return {
}, },
}, },
}, },
misspell = {
filetypes = {
"md",
"markdown",
},
},
pyright = { pyright = {
settings = { settings = {
python = { python = {