updated bashrc
This commit is contained in:
parent
49423d2081
commit
7fcf4d68e9
2 changed files with 14 additions and 2 deletions
|
|
@ -3,7 +3,13 @@
|
|||
"coc.preferences.formatOnSaveFiletypes": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"json"
|
||||
"typescriptreact",
|
||||
"typescriptvue",
|
||||
"json",
|
||||
"javascriptreact",
|
||||
"javascriptvue",
|
||||
"typescript.tsx",
|
||||
"graphql"
|
||||
],
|
||||
"languageserver": {
|
||||
"bash": {
|
||||
|
|
@ -34,7 +40,7 @@
|
|||
"rust": {
|
||||
"command": "rust-analyzer",
|
||||
"filetypes": ["rust"],
|
||||
"rootPatterns" ["Cargo.toml"]
|
||||
"rootPatterns": ["Cargo.toml"]
|
||||
},
|
||||
"python": {
|
||||
"command": "python",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue