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 = {
|
||||
filetypes = {
|
||||
"ab",
|
||||
"bash",
|
||||
},
|
||||
},
|
||||
bashls = {
|
||||
|
@ -585,7 +586,12 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
misspell = {
|
||||
filetypes = {
|
||||
"md",
|
||||
"markdown",
|
||||
},
|
||||
},
|
||||
pyright = {
|
||||
settings = {
|
||||
python = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue