mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
5e1c68fd70
...
6577755555
Author | SHA1 | Date | |
---|---|---|---|
|
6577755555 | ||
|
81d185be53 |
3 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
let g:coc_global_extensions += ['coc-python']
|
let g:coc_global_extensions += ['coc-pyright']
|
||||||
let g:coc_filetypes += ['python']
|
let g:coc_filetypes += ['python']
|
||||||
let g:coc_user_config['pyls.plugins.pycodestyle.ignore'] = ['E501']
|
" let g:coc_user_config['pyls.plugins.pycodestyle.ignore'] = ['E501']
|
||||||
|
" let g:coc_user_config['python.autocomplete.showAdvancedMembers'] = v:false
|
||||||
let g:coc_user_config['python'] = {
|
let g:coc_user_config['python'] = {
|
||||||
\ 'autocomplete': { 'showAdvancedMembers': v:false },
|
|
||||||
\ 'formatting': { 'provider': 'black' },
|
\ 'formatting': { 'provider': 'black' },
|
||||||
\ 'linting': {
|
\ 'linting': {
|
||||||
\ 'pylintEnabled': v:false,
|
\ 'pylintEnabled': v:false,
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"markdown-it": "*",
|
"markdown-it": "*",
|
||||||
"markdown-it-emoji": "*",
|
"markdown-it-emoji": "*",
|
||||||
"markdown-it-task-checkbox": "*",
|
"markdown-it-task-checkbox": "*",
|
||||||
"prismjs": "^1.21.0"
|
"prismjs": "^1.23.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "*",
|
"eslint": "*",
|
||||||
|
|
|
@ -708,10 +708,10 @@ prettier@*:
|
||||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
|
||||||
integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==
|
integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==
|
||||||
|
|
||||||
prismjs@^1.21.0:
|
prismjs@^1.23.0:
|
||||||
version "1.21.0"
|
version "1.23.0"
|
||||||
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.21.0.tgz#36c086ec36b45319ec4218ee164c110f9fc015a3"
|
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.23.0.tgz#d3b3967f7d72440690497652a9d40ff046067f33"
|
||||||
integrity sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw==
|
integrity sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
clipboard "^2.0.0"
|
clipboard "^2.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue