Update vim config.

This commit is contained in:
Danila Fedorin 2019-04-22 22:11:05 -07:00
parent 2379dc4bfd
commit 15cceeb7e8
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'roxma/nvim-yarp'
Plug 'ncm2/ncm2'
Plug 'autozimu/LanguageClient-neovim', {'branch': 'next', 'do': 'bash install.sh' }
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
Plug 'lervag/vimtex'
Plug 'rhysd/vim-crystal'
Plug 'elmcast/elm-vim'
Plug 'ap/vim-css-color'
@ -10,10 +13,10 @@ Plug 'vim-scripts/avrasm.vim'
Plug 'arcticicestudio/nord-vim'
Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' }
Plug 'iamcco/markdown-preview.vim'
call plug#end()
set exrc " Execute local vimscripts
set shiftwidth=4 " Make indents 4 chars wide
set expandtab " Expand tabs into spaces
set number " Set line numbers