From 8006b3068f1df05a6671377658085a5471e1f708 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 1 Oct 2020 16:10:18 +0200 Subject: Minor vim changed --- vim/.vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index a581bce..2104a5b 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -13,7 +13,6 @@ set shellslash Plugin 'VundleVim/Vundle.vim' " Completion - Plugin 'prabirshrestha/async.vim' Plugin 'prabirshrestha/vim-lsp' Plugin 'ajh17/VimCompletesMe' Plugin 'Shougo/echodoc.vim' @@ -118,6 +117,7 @@ set shellslash set signcolumn=yes nmap gd (lsp-definition) nmap (lsp-rename) + nmap zF (lsp-code-action) " refer to doc to add more commands endfunction @@ -136,7 +136,6 @@ set shellslash set splitbelow splitright set tabstop=4 - set softtabstop=4 set shiftwidth=4 set expandtab set colorcolumn=80 @@ -144,6 +143,7 @@ set shellslash " Show 5 lines above and below cursor set scrolloff=3 set list + set listchars=tab:>\ ,trail:-,nbsp:+ " Configure statusline set laststatus=1 @@ -226,3 +226,4 @@ set shellslash " Spell check set spelllang=en autocmd FileType tex,markdown,rst set spell + -- cgit v1.2.3