mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
move whitespace utility into separate plugins
This commit is contained in:
@@ -128,7 +128,7 @@ nnoremap cc "_cc
|
||||
xnoremap c "_c
|
||||
|
||||
" Remove trailing whitespace characters
|
||||
nnoremap <silent> <leader><Space> :<C-U>call utils#StripTrailingWhitespaces()<CR>
|
||||
nnoremap <silent> <leader><Space> :<C-U>StripTrailingWhitespace<CR>
|
||||
|
||||
" check the syntax group of current cursor position
|
||||
nnoremap <silent> <leader>st :<C-U>call utils#SynGroup()<CR>
|
||||
|
||||
Reference in New Issue
Block a user