updated bashrc

This commit is contained in:
tomit4 2021-09-25 00:58:24 -07:00
parent 49423d2081
commit 7fcf4d68e9
2 changed files with 14 additions and 2 deletions

View file

@ -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",