diff --git a/.vimrc b/.vimrc index 1d02c9a..668cabe 100644 --- a/.vimrc +++ b/.vimrc @@ -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 =strftime("%H:%M") nnoremap :setlocal spell! spelllang=en_us " 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