Corrected wrong comment char in .vimrc.
This commit is contained in:
parent
e8fb296426
commit
d2e63fd646
@ -56,7 +56,7 @@ set incsearch " show search matches as you type
|
|||||||
" https://github.com/jessarcher/dotfiles/blob/master/nvim/init.vim
|
" https://github.com/jessarcher/dotfiles/blob/master/nvim/init.vim
|
||||||
set list
|
set list
|
||||||
set listchars=tab:▸\ ,trail:·
|
set listchars=tab:▸\ ,trail:·
|
||||||
# originally: set nolist " don't show invisible characters by default,
|
" originally: set nolist " don't show invisible characters by default,
|
||||||
" but it is enabled for some file types (see later)
|
" but it is enabled for some file types (see later)
|
||||||
set pastetoggle=<F2> " when in insert mode, press <F2> to go to
|
set pastetoggle=<F2> " when in insert mode, press <F2> to go to
|
||||||
" paste mode, where you can paste mass data
|
" paste mode, where you can paste mass data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user