update supertab

This commit is contained in:
Barak Michener 2020-10-07 21:36:10 -07:00
parent 34aa88aa30
commit f125756dbd
5 changed files with 27 additions and 513 deletions

View file

@ -3,6 +3,8 @@
"suggest.enablePreview": true,
"suggest.enablePreselect": false,
"suggest.noselect": true,
//"solargraph.useBundler": true,
"diagnostic.displayByAle": false,
"diagnostic.checkCurrentLine": true,
"python.linting.pylintEnabled": false,
@ -25,11 +27,11 @@
}
}
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
// "golang": {
// "command": "gopls",
// "rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
// "filetypes": ["go"]
//}
},
"python.autoComplete.extraPaths": [
"${env:SPARK_HOME}/python",

View file

@ -38,7 +38,7 @@ hi Normal ctermfg=253 ctermbg=NONE
" -------------
" any comment
hi Comment guifg=#238e23 gui=italic
hi Comment ctermfg=34 cterm=none
hi Comment ctermfg=34 cterm=italic
" Constant Group

File diff suppressed because it is too large Load diff