wip
This commit is contained in:
parent
ac80409bb9
commit
3436721ba4
1 changed files with 7 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue