neovim changes, mail config

This commit is contained in:
joelchrono12 2022-01-17 14:09:10 -06:00
parent 2342364b7c
commit 7bbab84ff8
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
" ftplugin/mail.vim
setl tw=72
setl nojs
setl nosmartindent
setl noautoindent
" Flowed format
setl fo=watqj
set comments-=fb:-
setl list
set listchars=trail:•
highlight Comment ctermfg=green cterm=italic

View File

@ -18,6 +18,7 @@ set smartcase
set incsearch
colorscheme nord
highlight ColorColumn ctermbg=0 guibg=lightgrey
highlight Comment cterm=italic gui=italic
highlight htmlBold gui=bold guifg=#af0000 ctermfg=green

View File

@ -29,7 +29,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'kien/ctrlp.vim'
Plug 'dhruvasagar/vim-table-mode'
"Plug 'ycm-core/YouCompleteMe'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
"Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'gruvbox-community/gruvbox'
Plug 'sickill/vim-monokai'