From 82c5f99542f9bf8d29cc0ccd7d57a52c4c5400c4 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 14 Nov 2020 11:00:37 +0100 Subject: Update .vimrc Airline theme and CoC --- vim/.vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index b0f44d5..6af1111 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -7,6 +7,7 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'rust-lang/rust.vim' Plugin 'airblade/vim-gitgutter' " display git status of the file Plugin 'vim-airline/vim-airline' " airline at bottom with insert, name, line etc. +Plugin 'vim-airline/vim-airline-themes' Plugin 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'} | Plugin 'junegunn/fzf.vim' " fuzzy finder Plugin 'luochen1990/rainbow' " color parentheses Plugin 'dense-analysis/ale' " checker syntax @@ -14,6 +15,7 @@ Plugin 'leafOfTree/vim-vue-plugin' Plugin 'terryma/vim-multiple-cursors' Plugin 'junegunn/goyo.vim' " ignore numbers and center text Plugin 'tpope/vim-fugitive' " git extension for commit logs and etc. +Plugin 'neoclide/coc.nvim', {'branch': 'release'} call vundle#end() " required @@ -108,3 +110,7 @@ nnoremap :npa :set nopaste nnoremap :go :Goyo nnoremap :!go :Goyo! + + +nmap de (coc-definition) +let g:airline_theme='onedark' -- cgit v1.2.3-18-g5258