From 6ce5714c05147712de10d7ea4a42c655948a9c0b Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 26 Apr 2020 20:29:26 +0800 Subject: [PATCH] remove marks plugin I added the marks plugin to my config because back then I do not know how to go back to my previous edit position. Now my vim knowledge grows, and I know how to use `g;` and `g,` to go back and forth the change history. There is now little use to use marks plugin any more. --- plugins.vim | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/plugins.vim b/plugins.vim index d411bd7..cdf6ab1 100644 --- a/plugins.vim +++ b/plugins.vim @@ -176,12 +176,6 @@ if g:is_win || g:is_mac Plug 'svermeulen/vim-yoink' endif -" Show marks in sign column for quicker navigation -Plug 'kshenoy/vim-signature' - -" Another good plugin to show signature -" Plug 'jeetsukumaran/vim-markology' - " Handy unix command inside Vim (Rename, Move etc.) Plug 'tpope/vim-eunuch' @@ -608,15 +602,6 @@ if g:is_win || g:is_mac let g:yoinkSyncSystemClipboardOnFocus = 1 endif -""""""""""""""""""""""""""""""vim-signature settings"""""""""""""""""""""""""" -" Change mark highlight to be more visible -augroup signature_highlight -autocmd! -autocmd ColorScheme * highlight SignatureMarkText cterm=bold ctermbg=10 - \ gui=bold guifg=#aeee04 -augroup END -"}} - "{{ Linting and formating """""""""""""""""""""""""""""" ale settings """"""""""""""""""""""" " linters for different filetypes