diff options
| author | jdhao <jdhao@hotmail.com> | 2020-04-26 20:29:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 20:29:26 +0800 |
| commit | 6ce5714c05147712de10d7ea4a42c655948a9c0b (patch) | |
| tree | ed894fb32d6a3facb7d5aa87ba0ac08d717400d1 /plugins.vim | |
| parent | 02a82813730cef31f8fa8a6d7691fce613fefca8 (diff) | |
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.
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 15 |
1 files changed, 0 insertions, 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 |
