update vim config

This commit is contained in:
LordMZTE 2021-01-13 15:22:08 +01:00
parent bb43539f78
commit 36117fca4d

View file

@ -5,12 +5,10 @@ set shiftwidth=4
set expandtab
command GoToFile cd %:p:h
set clipboard^=unnamedplus
set shell=bash shellquote=\" shellxquote=\"
set shcf=-c
tnoremap <Esc> <C-\><C-n>
set number
call plug#begin('~/AppData/Local/nvim/plugged')
call plug#begin(stdpath('data') . '/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
@ -22,7 +20,7 @@ Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'cespare/vim-toml'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug '~/go/src/github.com/junegunn/fzf'
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'airblade/vim-gitgutter'
Plug 'cespare/vim-toml'