diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
commit | 7e2a016dc724dd9f6767a002f5da889740f137c6 (patch) | |
tree | a12e79ecc11565a09be9fc36082b279230d91a01 /vim | |
parent | 5b07539fad29d4f88662c9c3e2f602860b3663be (diff) | |
download | dotfiles-7e2a016dc724dd9f6767a002f5da889740f137c6.tar.gz |
Update 2020-11-29
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index c341169..86a5f47 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -49,6 +49,7 @@ Plug 'https://github.com/francoiscabrol/ranger.vim' Plug 'https://github.com/sheerun/vim-polyglot' Plug 'https://github.com/srcery-colors/srcery-vim' Plug 'https://github.com/knsh14/vim-github-link' +Plug 'https://github.com/goerz/jupytext.vim' Plug 'https://github.com/lervag/vimtex', {'for': 'tex'} Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} Plug 'https://github.com/anntzer/vim-cython', {'for': 'cython'} |