middle dot
This commit is contained in:
parent
02a68f1b24
commit
c45f6fbafc
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -40,7 +40,7 @@ autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
|
|||
|
||||
nmap <F4> :set spell!<CR>
|
||||
nmap <F3> :set list!<CR>
|
||||
set listchars=tab:▸\ ,eol:¬,space:.
|
||||
set listchars=tab:▸\ ,eol:¬,space:·
|
||||
|
||||
" vim-plug, https://github.com/junegunn/vim-plug
|
||||
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
|
||||
|
|
Loading…
Reference in a new issue