From d759d84446b22fe8c894646158e704ce7efca97b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Oct 2024 07:16:09 +0200 Subject: Update --- vimrc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/vimrc b/vimrc index 3d85930..f2b0f1c 100644 --- a/vimrc +++ b/vimrc @@ -1,3 +1,5 @@ +let mapleader = "\" + call plug#begin() Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' @@ -22,10 +24,11 @@ nnoremap :copen nnoremap :CtrlP nnoremap :CtrlPBuffer -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) +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) +nmap cf (coc-fix-current) -- cgit v1.2.3