aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-20 18:50:13 +0900
committernsfisis <nsfisis@gmail.com>2021-11-20 18:50:13 +0900
commit175d3767a4e7288a50f83122e4483627639d598d (patch)
treee484871a04c3a85f1fbbe48172bd105f520840a5
parent203190395fd4a253b14f32e7f1814d23103e1769 (diff)
downloaddotfiles-175d3767a4e7288a50f83122e4483627639d598d.tar.gz
dotfiles-175d3767a4e7288a50f83122e4483627639d598d.tar.zst
dotfiles-175d3767a4e7288a50f83122e4483627639d598d.zip
vim: remove unused settings
-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>