aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
commit47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch)
treed179f93bea23c81df424d8a5d45951116424e1d8 /.vimrc
parenthaproxy,jabber,bitlbee (diff)
downloadscripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz
scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index aa0f17e..fa14dd5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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'