Add firenvim

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-04 12:12:15 +02:00
parent 79c9aefa80
commit 1e101e5937

View file

@ -15,7 +15,8 @@ let g:coc_global_extensions = [
\ 'coc-prettier',
\ 'coc-python',
\ 'coc-emmet',
\ 'coc-rust-analyzer'
\ 'coc-rust-analyzer',
\ 'coc-markdownlint'
\ ]
call plug#begin()
@ -26,6 +27,9 @@ Plug 'https://git.zx2c4.com/password-store', { 'rtp': 'contrib/vim/redact_pass.v
" Colorize color words
Plug 'norcalli/nvim-colorizer.lua'
" Use neovim from firefox
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
" Spelling
Plug 'vim-scripts/Vimchant'