diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-03 21:00:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 21:00:36 +0200 |
commit | fc107be13c7e0404546a0e219df648990f77f8be (patch) | |
tree | 8a0d12af7207aa553717f3e51aa680fd410e2bb8 | |
parent | 0d3033304f477577ae2a1ee3a4e9b5a4d4a2986d (diff) |
Update .vimrc
commands, character and new lightline
-rwxr-xr-x | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'rust-lang/rust.vim' Plugin 'airblade/vim-gitgutter' +Plugin 'itchyny/lightline.vim' augroup remember_folds autocmd! @@ -32,6 +33,9 @@ set incsearch set visualbell set laststatus=2 set cursorline +set ruler +set list +set listchars=eol:⏎,tab:»·,trail:ˑ,nbsp:⎵ nnoremap tn :tabnew<CR> nnoremap ve :Vexplore<CR> |