added ipyhton integration
This commit is contained in:
parent
06279fc450
commit
4fd838cdb4
|
@ -13,14 +13,9 @@ packadd termdebug
|
|||
" debugging for rust
|
||||
command Rustdebug :let termdebugger="rust-gdb" | :Termdebug
|
||||
|
||||
" :W to write file as root"
|
||||
command W :SudaWrite
|
||||
" Set completeopt to have a better completion experience"
|
||||
set completeopt=menuone,noinsert,noselect
|
||||
|
||||
" :E to open file as root"
|
||||
command E :SudaRead
|
||||
|
||||
" Set completeopt to have a better completion experience"
|
||||
set completeopt=menuone,noinsert,noselect
|
||||
call plug#begin()
|
||||
|
@ -42,6 +37,8 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
|||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }
|
||||
Plug 'nanotee/zoxide.vim'
|
||||
Plug 'jpalardy/vim-slime', { 'for': 'python' }
|
||||
Plug 'hanschen/vim-ipython-cell', { 'for': 'python' }
|
||||
runtime markdownpreview.vim
|
||||
|
||||
call plug#end()
|
||||
|
|
Loading…
Reference in New Issue