update
This commit is contained in:
parent
718061524b
commit
837515b27f
|
@ -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')
|
||||
|
||||
|
||||
|
||||
|
|
6
init.vim
6
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\
|
||||
|
|
|
@ -123,3 +123,12 @@ campsite
|
|||
Euros
|
||||
Netlify
|
||||
Gitlab
|
||||
JSON
|
||||
json
|
||||
Wikipedia
|
||||
Kanboard
|
||||
Kanboard's
|
||||
unminified
|
||||
Checklist
|
||||
Cheatsheet
|
||||
WPMain
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue