middle dot

This commit is contained in:
Morgan McMillian 2021-05-07 17:21:00 -07:00
parent 02a68f1b24
commit c45f6fbafc

2
.vimrc
View file

@ -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'