add python settings
This commit is contained in:
parent
9420badb70
commit
a9516bbbe4
2 changed files with 8 additions and 1 deletions
6
.vimrc
6
.vimrc
|
@ -63,6 +63,12 @@ let g:dracula_transparent_bg = 'true'
|
|||
let g:termguicolors = 'true'
|
||||
|
||||
|
||||
" python notebooks
|
||||
Plug 'jupyter-vim/jupyter-vim'
|
||||
|
||||
"python format
|
||||
Plug 'averms/black-nvim', {'do': ':UpdateRemotePlugins'}
|
||||
|
||||
"Language tool
|
||||
Plug 'vigoux/LanguageTool.nvim'
|
||||
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
"rust-analyzer.updates.channel": "nightly",
|
||||
"rust-analyzer.diagnostics.disabled": [
|
||||
"unresolved-macro-call"
|
||||
]
|
||||
],
|
||||
"python.pythonPath": "python3",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue