aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorCamil Staps2017-10-03 22:35:34 +0200
committerCamil Staps2017-10-03 22:35:40 +0200
commite0395fbd2ce23c021c65142df0ebe38e54aa50e8 (patch)
tree4dbc70f57eafda85e25880332a11c5a8ddafee52 /vim
parentFold fillchars to spaces; foldlevel=1 for Clean (diff)
Vim tag stuff
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 5794a39..0249b3b 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -47,6 +47,7 @@ set listchars=nbsp:¬,tab:▸\ ,extends:»,precedes:«,trail:•
set nolist
set tabpagemax=30
set fillchars+=fold:\
+nnoremap <C-]> <C-w><C-]><C-w>T
filetype plugin indent on
syntax enable
@@ -99,6 +100,9 @@ let g:syntastic_mode_map = {
\ "mode": "passive",
\ "passive_filetpyes": [] }
+" Clean
+let g:clean_load_cloogle_tags = 1
+
" VimTeX
let g:vimtex_compiler_latexmk = {
\ 'callback': 0,