diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-24 01:12:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-24 01:12:18 +0800 |
| commit | 081763697bf939ed2de9405170ca564a6fa1cd5e (patch) | |
| tree | 54f4551b92cead70fdf11ed018d6da4a0e09c973 /core/plugins.vim | |
| parent | 5779c5ef386900785eed98e73a6e0bef12a935b1 (diff) | |
Remove plugin vim-titlecase
I cann't even remember when I used it last time.
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 7b71f13..ca9a1bf 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -170,14 +170,6 @@ nnoremap <silent> <Space>t :<C-U>Vista!!<CR> "}} "{{ File editting -""""""""""""""""""""""""""""vim-titlecase settings""""""""""""""""""""""" -" Do not use the default mapping provided -let g:titlecase_map_keys = 0 - -nmap <leader>gt <Plug>Titlecase -xmap <leader>gt <Plug>Titlecase -nmap <leader>gT <Plug>TitlecaseLine - """"""""""""""""""""""""vim-auto-save settings""""""""""""""""""""""" " Enable autosave on nvim startup let g:auto_save = 1 |
