This commit is contained in:
Ray Elliott 2020-12-30 14:58:54 +00:00
parent 718061524b
commit 837515b27f
4 changed files with 15 additions and 4 deletions

View File

@ -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')

View File

@ -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\

View File

@ -123,3 +123,12 @@ campsite
Euros
Netlify
Gitlab
JSON
json
Wikipedia
Kanboard
Kanboard's
unminified
Checklist
Cheatsheet
WPMain

Binary file not shown.