diff --git a/init.plugins.vim b/init.plugins.vim index ea6c35b..3c6120b 100644 --- a/init.plugins.vim +++ b/init.plugins.vim @@ -16,7 +16,7 @@ call plug#begin('~/.config/nvim/bundle') " #coc.nvim{{{ " https://github.com/neoclide/coc.nvim - " SEE BOTTOM OF VIMRC FOR coc#add_extension statement + " SEE BOTTOM OF THIS FILE FOR coc#add_extension statement " for some reason fails when added some other places Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': { -> coc#util#install()}} @@ -382,7 +382,7 @@ let g:vim_markdown_fenced_languages = ['bash=sh'] call plug#end() runtime macros/matchit.vim " TODO - try 'coc-tsserver' -call coc#add_extension( 'coc-vetur', 'coc-python', 'coc-phpls', 'coc-json', 'coc-css', 'coc-prettier', 'coc-eslint', 'coc-vimlsp', 'coc-tsserver', 'coc-sh') +" call coc#add_extension( 'coc-vetur', 'coc-python', 'coc-phpls', 'coc-json', 'coc-css', 'coc-prettier', 'coc-eslint', 'coc-vimlsp', 'coc-tsserver', 'coc-sh') diff --git a/init.vim b/init.vim index a5bb7c1..ae36d6c 100644 --- a/init.vim +++ b/init.vim @@ -212,7 +212,7 @@ if exists('+termguicolors') set termguicolors endif -colorscheme monotonous-dark +colorscheme paper-custom set updatetime=100 set timeoutlen=500 @@ -313,7 +313,9 @@ set statusline+=%-10(:%c\ %((%V)%)%) " separator, highlight color set statusline+=%=%#StatusLineNC# " CoC status -set statusline+=%{coc#status()} +if exists('*coc#exists') + set statusline+=%{coc#status()} +endif " separator set statusline+=%=%#StatusLine# set statusline+=%y\ diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 1c9d217..ee49d99 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -123,3 +123,12 @@ campsite Euros Netlify Gitlab +JSON +json +Wikipedia +Kanboard +Kanboard's +unminified +Checklist +Cheatsheet +WPMain diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index aca3a37..5ba161f 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ