update supertab
This commit is contained in:
parent
34aa88aa30
commit
f125756dbd
5 changed files with 27 additions and 513 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue