colorscheme sorbet set number relativenumber autoindent signcolumn=yes set hidden nowrap nobackup noswapfile autoread updatetime=300 set encoding=utf8 spelllang=en_us set backspace=2 scrolloff=4 set shiftwidth=4 tabstop=4 " https://github.com/junegunn/vim-plug call plug#begin() Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' Plug 'jiangmiao/auto-pairs' Plug 'junegunn/fzf' Plug 'junegunn/fzf.vim' Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': 'npm install'} call plug#end() nnoremap :bnext nnoremap :bprevious nnoremap :copen nnoremap :GFiles nnoremap :Buffers nnoremap :Rg nmap [g (coc-diagnostic-prev) nmap ]g (coc-diagnostic-next) nmap gd (coc-definition) nmap gy (coc-type-definition) nmap gi (coc-implementation) nmap gr (coc-references)