Cleaned up unused plugins and moved custom dictionary

This commit is contained in:
2019-03-15 08:59:17 -04:00
parent 62d105eed9
commit 4d1fb08414

29
.vimrc
View File

@@ -63,25 +63,14 @@ Plug 'tpope/vim-markdown'
" one stop shop for vim colorschemes.
Plug 'flazz/vim-colorschemes'
" vim instant markdown - preview md in browser
"Plug 'suan/vim-instant-markdown'
" Vim Wiki (about time)
Plug 'vimwiki/vimwiki'
""" General Functionality
"Plug 'scrooloose/syntastic'
"Plug 'tpope/vim-commentary'
""" Particular Functionality
"Plug 'vim-pandoc/vim-pandoc-syntax'
"Plug 'godlygeek/tabular'
""" Command Line Fuzzy Finder - https://github.com/junegunn/fzf
" Command Line Fuzzy Finder - https://github.com/junegunn/fzf
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
""" fugitive.vim for git
" fugitive.vim for git
Plug 'tpope/vim-fugitive'
call plug#end()
@@ -115,17 +104,6 @@ highlight statusline ctermbg=darkred guibg=darkred
set completeopt=menuone,noinsert,noselect
set shortmess+=c " Turn off completion messages
" ----------------------------------------------------------------------------------------------------
" ==> Pandoc
"augroup pandoc_syntax
" au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
" au! BufNewFile,BufFilePre,BufRead *.markdown set filetype=markdown.pandoc
"augroup END
"let g:pandoc#syntax#conceal#use = 0
"let g:pandoc#syntax#codeblocks#embeds#langs = ['python', 'vim', 'make', 'bash=sh', 'html', 'css', 'scss', 'javascript']
" ----------------------------------------------------------------------------------------------------
" => Statusline
" Ideas from http://got-ravings.blogspot.com/2008/08/vim-pr0n-making-statuslines-that-own.html
@@ -207,7 +185,8 @@ imap <F4> <C-R>=strftime("%H:%M")<CR>
nnoremap <F10> :setlocal spell! spelllang=en_us<CR>
" Save custom dictionary in ~/Documents
set spell spelllang=en_us
set spellfile=$HOME/Documents/en.utf-8.add
" set spellfile=$HOME/Documents/en.utf-8.add
set spellfile=/home/chawley/nextcloud-overlook/notes/system/en.utf-8.add
hi clear SpellBad
hi clear SpellCap
hi clear SpellErrors