dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit 689650a5b00b629a2a08d84317f7cafd11b235dc
parent 9371f8e0b9a276342ac4d3fb25f02f472b55b6b8
Author: finwo <finwo@pm.me>
Date:   Fri, 31 May 2019 16:27:31 +0200

Added riotjs support in neovim

Diffstat:
Mneovim/home/.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/neovim/home/.vimrc b/neovim/home/.vimrc @@ -15,6 +15,7 @@ Plug 'junegunn/fzf.vim' Plug 'morhetz/gruvbox' Plug 'padawan-php/deoplete-padawan', { 'do': 'composer install' } Plug 'qpkorr/vim-bufkill' +Plug 'ryym/vim-riot' Plug 'scrooloose/nerdtree' Plug 'sheerun/vim-polyglot' Plug 'ternjs/tern_for_vim', { 'do': 'npm install' }