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 = {
filetypes = {
"ab",
"bash",
},
},
bashls = {
@ -585,7 +586,12 @@ return {
},
},
},
misspell = {
filetypes = {
"md",
"markdown",
},
},
pyright = {
settings = {
python = {