added some toggles and removed some comments
This commit is contained in:
parent
9768b529c0
commit
78e51811ab
1 changed files with 2 additions and 3 deletions
5
.vimrc
5
.vimrc
|
@ -26,9 +26,6 @@ highlight TabLine cterm=none ctermbg=none ctermfg=darkgrey
|
||||||
highlight NonText ctermfg=darkgrey
|
highlight NonText ctermfg=darkgrey
|
||||||
highlight SpecialKey ctermfg=darkgrey
|
highlight SpecialKey ctermfg=darkgrey
|
||||||
highlight lineNr ctermfg=grey cterm=italic
|
highlight lineNr ctermfg=grey cterm=italic
|
||||||
" highlight Type ctermfg=darkblue
|
|
||||||
|
|
||||||
" test out some other things
|
|
||||||
|
|
||||||
autocmd BufRead,BufNewFile ~/tmp/post setlocal spell spelllang=en_us wrap
|
autocmd BufRead,BufNewFile ~/tmp/post setlocal spell spelllang=en_us wrap
|
||||||
autocmd FileType h setlocal et ts=4 sw=4
|
autocmd FileType h setlocal et ts=4 sw=4
|
||||||
|
@ -41,6 +38,8 @@ autocmd FileType qml setlocal et ts=4 sw=4
|
||||||
autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
|
autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
|
||||||
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
|
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
|
" vim-plug, https://github.com/junegunn/vim-plug
|
||||||
|
|
Loading…
Reference in a new issue