Update vim config.
This commit is contained in:
parent
2379dc4bfd
commit
15cceeb7e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user