diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
commit | 47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch) | |
tree | d179f93bea23c81df424d8a5d45951116424e1d8 /.vimrc | |
parent | haproxy,jabber,bitlbee (diff) | |
download | scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip |
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -189,11 +189,12 @@ Plug 'zchee/vim-goasm' Plug 'jvirtanen/vim-hcl' Plug 'AndrewRadev/splitjoin.vim' if has('nvim') - Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} + Plug 'nvim-treesitter/nvim-treesitter', {'do': 'TSUpdate'} endif Plug 'dansomething/vim-hackernews' Plug 'andrewstuart/vim-kubernetes' Plug 'Joorem/vim-haproxy' +Plug 'jaxbot/semantic-highlight.vim', {'on': 'SemanticHighlightToggle'} " Plug 'psliwka/vim-smoothie' " Plug 'lifepillar/pgsql.vim', {'for': ['sql','pqsl', 'pgsql']} " Plug 'tmux-plugins/vim-tmux' @@ -207,7 +208,6 @@ Plug 'Joorem/vim-haproxy' " Plug 'szymonmaszke/vimpyter' " Plug 'puremourning/vimspector' " Plug 'kana/vim-submode' -" Plug 'jaxbot/semantic-highlight.vim' " Plug 'tpope/vim-capslock' " Plug 'nanotech/jellybeans.vim' " Plug 'tiagofumo/vim-nerdtree-syntax-highlight' |