diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-20 18:50:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-20 18:50:13 +0900 |
| commit | 175d3767a4e7288a50f83122e4483627639d598d (patch) | |
| tree | e484871a04c3a85f1fbbe48172bd105f520840a5 | |
| parent | 203190395fd4a253b14f32e7f1814d23103e1769 (diff) | |
| download | dotfiles-175d3767a4e7288a50f83122e4483627639d598d.tar.gz dotfiles-175d3767a4e7288a50f83122e4483627639d598d.tar.zst dotfiles-175d3767a4e7288a50f83122e4483627639d598d.zip | |
vim: remove unused settings
| -rw-r--r-- | .vimrc | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1495,7 +1495,6 @@ let g:jplus#input_config = { \ ';': {'delimiter_format': '%d '}, \ 'l': {'delimiter_format': ''}, \ 'L': {'delimiter_format': ''}, - \ "\<Tab>": {'delimiter_format': '%d'}, \ } nmap J <Plug>(jplus-getchar) xmap J <Plug>(jplus-getchar) @@ -1610,14 +1609,6 @@ xmap m? <Plug>(operator-search) -" prettyprint {{{2 - -let g:prettyprint_indent = 2 -let g:prettyprint_string = ['split'] -let g:prettyprint_show_expression = 1 - - - " qfreplace {{{2 nnoremap <silent> br :<C-u>Qfreplace SmartOpen<CR> |
