Skip to content

Instantly share code, notes, and snippets.

@surreptus
surreptus / .vimrc
Last active September 21, 2020 07:05
local-setup.21.09.2020
" install vim plug
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
" use ale to display coc
let g:ale_disable_lsp = 1