|
@ -155,6 +155,8 @@ set shell=$SHELL |
|
|
set cmdheight=1 " command bar height |
|
|
set cmdheight=1 " command bar height |
|
|
set title " set terminal title |
|
|
set title " set terminal title |
|
|
|
|
|
|
|
|
|
|
|
set foldmethod=marker" " folds are marked with {{{}}} |
|
|
|
|
|
|
|
|
" Uncomment the following to have Vim jump to the last position when |
|
|
" Uncomment the following to have Vim jump to the last position when |
|
|
" reopening a file |
|
|
" reopening a file |
|
|
if has("autocmd") |
|
|
if has("autocmd") |
|
@ -257,5 +259,3 @@ if has('conceal') |
|
|
endif |
|
|
endif |
|
|
let g:neosnippet#snippets_directory = '~/.dotfiles/vim/neosnippets' |
|
|
let g:neosnippet#snippets_directory = '~/.dotfiles/vim/neosnippets' |
|
|
"}}} |
|
|
"}}} |
|
|
|
|
|
|
|
|
set foldmethod=marker" |
|
|
|