aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.vimrc b/.vimrc
index 70078d1..652d663 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>