Browse Source

Indent lines, signature file, etc.

master
Ruel Tmeizeh 5 years ago
parent
commit
6ce7bbab38
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .vimrc

+ 7
- 0
.vimrc View File

@ -25,6 +25,8 @@ nnoremap ,html :-1read $HOME/.vim/.skeleton.html<CR>7GA
" Signature file:
nnoremap ,sig :-1read $HOME/.signature<CR>k
nnoremap ,srn :-1read $HOME/.signature_ruhnet<CR>k
if version >= 800
if &term =~ "xterm" || "screen" || "screen-256color"
@ -83,6 +85,7 @@ Plugin 'pangloss/vim-javascript'
Plugin 'elixir-editors/vim-elixir'
Plugin 'slashmili/alchemist.vim'
Plugin 'prabirshrestha/vim-lsp'
Plugin 'Yggdroot/indentLine'
if version >= 801
Plugin 'fatih/vim-go'
@ -115,6 +118,10 @@ let g:go_highlight_function_calls = 1
let g:go_highlight_extra_types = 1
let g:go_highlight_operators = 1
let g:indentLine_char = '|'
"let g:indentLine_char_list = ['|', '¦', '┆', '┊']
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
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