diff options
Diffstat (limited to 'plug-config')
-rw-r--r-- | plug-config/bracey.vim | 2 | ||||
-rw-r--r-- | plug-config/coc.vim | 2 | ||||
-rw-r--r-- | plug-config/illuminate.vim | 2 | ||||
-rw-r--r-- | plug-config/polyglot.vim | 4 | ||||
-rw-r--r-- | plug-config/tagalong.vim | 2 |
5 files changed, 11 insertions, 1 deletions
diff --git a/plug-config/bracey.vim b/plug-config/bracey.vim new file mode 100644 index 00000000..d7eda59b --- /dev/null +++ b/plug-config/bracey.vim @@ -0,0 +1,2 @@ +"cd ~/.config/autoload/plugged/bracey.vim for plug +"run npm install --prefix server diff --git a/plug-config/coc.vim b/plug-config/coc.vim index c554a0c1..17a3e71d 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -11,7 +11,7 @@ \ 'coc-emoji', \ 'coc-cssmodules', \ 'coc-yaml', - \ 'coc-python', + \ 'coc-pyright', \ 'coc-explorer', \ 'coc-svg', \ 'coc-prettier', diff --git a/plug-config/illuminate.vim b/plug-config/illuminate.vim new file mode 100644 index 00000000..75e4a322 --- /dev/null +++ b/plug-config/illuminate.vim @@ -0,0 +1,2 @@ +" have to disable for html for now until I can just blacklist the highlight group +let g:Illuminate_ftblacklist = ['javascript', 'jsx', 'html'] diff --git a/plug-config/polyglot.vim b/plug-config/polyglot.vim index 80287070..8c82247c 100644 --- a/plug-config/polyglot.vim +++ b/plug-config/polyglot.vim @@ -1,3 +1,7 @@ let g:polyglot_disabled = ['csv'] let g:python_highlight_all=1 + +let g:vim_jsx_pretty_colorful_config = 1 + +set re=0 diff --git a/plug-config/tagalong.vim b/plug-config/tagalong.vim new file mode 100644 index 00000000..3ddd27b4 --- /dev/null +++ b/plug-config/tagalong.vim @@ -0,0 +1,2 @@ +let g:tagalong_filetypes = ['html', 'xml', 'jsx', 'eruby', 'ejs', 'eco', 'php', 'htmldjango', 'javascriptreact', 'typescriptreact', 'javascript'] +let g:tagalong_verbose = 1 |