mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
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.
This commit is contained in:
parent
02a8281373
commit
6ce5714c05
15
plugins.vim
15
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user