FollieHiyuki-dotfiles/nvim-old/plug-config/polyglot.vim

20 lines
857 B
VimL
Raw Normal View History

2021-03-22 11:01:49 -04:00
" let g:polyglot_disabled = ['csv']
2021-02-13 11:28:59 -05:00
" Haskell
" let g:haskell_classic_highlighting = 1
let g:haskell_enable_quantification = 1 " to enable highlighting of `forall`
let g:haskell_enable_recursivedo = 1 " to enable highlighting of `mdo` and `rec`
let g:haskell_enable_arrowsyntax = 1 " to enable highlighting of `proc`
let g:haskell_enable_pattern_synonyms = 1 " to enable highlighting of `pattern`
let g:haskell_enable_typeroles = 1 " to enable highlighting of type roles
let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static`
let g:haskell_backpack = 1 " to enable highlighting of backpack keywords
" Javascript
let g:javascript_plugin_jsdoc = 1
let g:javascript_plugin_flow = 1
let g:javascript_plugin_ngdoc = 1
" jsx
let g:vim_jsx_pretty_colorful_config = 1
" Python
let g:python_highlight_all=1