Browse Source

Changed some auto-fold settings. Changed Vundle address back to Github.

master
Ruel Tmeizeh 4 years ago
parent
commit
02fdb95e41
3 changed files with 17 additions and 3 deletions
  1. +3
    -0
      .gitignore
  2. +2
    -2
      .gitmodules
  3. +12
    -1
      .vimrc

+ 3
- 0
.gitignore View File

@ -1 +1,4 @@
bundle
.netrwhist
*.swp

+ 2
- 2
.gitmodules View File

@ -1,4 +1,4 @@
[submodule "bundle/Vundle.vim"]
path = bundle/Vundle.vim
#url = https://github.com/VundleVim/Vundle.vim.git
url = https://git.ruhnet.net/ruhnet/Vundle.vim.git
url = https://github.com/VundleVim/Vundle.vim.git
#url = https://git.ruhnet.net/ruhnet/Vundle.vim.git

+ 12
- 1
.vimrc View File

@ -121,7 +121,18 @@ let g:go_highlight_operators = 1
let g:indentLine_char = '|'
"let g:indentLine_char_list = ['|', '¦', '┆', '┊']
"let g:tex_fold_enabled=0
let g:tex_conceal = ""
"let g:tex_conceal = "admgs" " <--- default
" a = accents/ligatures
" b = bold and italic
" d = delimiters
" m = math symbols
" g = Greek
" s = superscripts/subscripts
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 0, 2)<CR>
noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 0, 2)<CR>


Loading…
Cancel
Save