update
This commit is contained in:
parent
718061524b
commit
837515b27f
|
@ -16,7 +16,7 @@ call plug#begin('~/.config/nvim/bundle')
|
||||||
" #coc.nvim{{{
|
" #coc.nvim{{{
|
||||||
" https://github.com/neoclide/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
|
" for some reason fails when added some other places
|
||||||
|
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': { -> coc#util#install()}}
|
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()
|
call plug#end()
|
||||||
runtime macros/matchit.vim
|
runtime macros/matchit.vim
|
||||||
" TODO - try 'coc-tsserver'
|
" 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')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
4
init.vim
4
init.vim
|
@ -212,7 +212,7 @@ if exists('+termguicolors')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme monotonous-dark
|
colorscheme paper-custom
|
||||||
|
|
||||||
set updatetime=100
|
set updatetime=100
|
||||||
set timeoutlen=500
|
set timeoutlen=500
|
||||||
|
@ -313,7 +313,9 @@ set statusline+=%-10(:%c\ %((%V)%)%)
|
||||||
" separator, highlight color
|
" separator, highlight color
|
||||||
set statusline+=%=%#StatusLineNC#
|
set statusline+=%=%#StatusLineNC#
|
||||||
" CoC status
|
" CoC status
|
||||||
|
if exists('*coc#exists')
|
||||||
set statusline+=%{coc#status()}
|
set statusline+=%{coc#status()}
|
||||||
|
endif
|
||||||
" separator
|
" separator
|
||||||
set statusline+=%=%#StatusLine#
|
set statusline+=%=%#StatusLine#
|
||||||
set statusline+=%y\
|
set statusline+=%y\
|
||||||
|
|
|
@ -123,3 +123,12 @@ campsite
|
||||||
Euros
|
Euros
|
||||||
Netlify
|
Netlify
|
||||||
Gitlab
|
Gitlab
|
||||||
|
JSON
|
||||||
|
json
|
||||||
|
Wikipedia
|
||||||
|
Kanboard
|
||||||
|
Kanboard's
|
||||||
|
unminified
|
||||||
|
Checklist
|
||||||
|
Cheatsheet
|
||||||
|
WPMain
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue