diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:46 +0000 |
commit | 4fb97347775f483958218524b98859fdfbfcb9b4 (patch) | |
tree | 7fe75657713c03a168f89536db53753205d81386 /.vimrc | |
parent | updates (diff) | |
download | scripts-4fb97347775f483958218524b98859fdfbfcb9b4.tar.gz scripts-4fb97347775f483958218524b98859fdfbfcb9b4.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -207,6 +207,8 @@ Plug 'lifepillar/pgsql.vim', {'for': ['sql','pqsl', 'pgsql']} Plug 'HiPhish/info.vim' Plug 'kmonad/kmonad-vim' Plug 'MattesGroeger/vim-bookmarks' +Plug 'vim-pandoc/vim-pandoc' +Plug 'vim-pandoc/vim-pandoc-syntax' " Plug 'kana/vim-operator-user' " Plug 'terryma/vim-multiple-cursors' " Plug 'Konfekt/vim-office' @@ -218,8 +220,6 @@ Plug 'MattesGroeger/vim-bookmarks' " Plug 'tmux-plugins/vim-tmux' " Plug 'rhysd/vim-gfm-syntax' " Plug 'vim-utils/vim-troll-stopper' -" Plug 'vim-pandoc/vim-pandoc' -" Plug 'vim-pandoc/vim-pandoc-syntax' " Plug 'tmux-plugins/vim-tmux-focus-events' " Plug 'skammer/vim-css-color' " Plug 'jelera/vim-javascript-syntax' |