Compare commits

..

No commits in common. "ba156d9ecc7725a51e9a4c863318c0c678060758" and "9377f1721a158aaff613d33ded4138d8fd37db9c" have entirely different histories.

4 changed files with 0 additions and 15 deletions

View file

@ -1,3 +0,0 @@
{
"workspace.checkThirdParty": false
}

View file

@ -1,2 +0,0 @@
call extend(g:dotfiles_coc_extensions, {'coc-cl': 1})
call extend(g:dotfiles_coc_filetypes, {'lisp': 1})

View file

@ -1,4 +0,0 @@
if !has('nvim-0.2.1') | finish | endif
call extend(g:dotfiles_coc_extensions, {'coc-stylua': 1})
let g:coc_user_config['coc.preferences.formatOnSaveFiletypes'] = ['lua']
let g:coc_user_config['stylua.styluaPath'] = "/usr/bin/stylua"

View file

@ -46,12 +46,6 @@ let s:plug = funcref('dotfiles#plugman#register')
" }}} " }}}
" }}} " }}}
" coc {{{
if g:dotfiles_build_coc_from_source
call s:plug('https://github.com/UltiRequiem/coc-cl', { 'do': 'yarn install --frozen-lockfile && yarn build' })
endif
" }}}
" Misc {{{ " Misc {{{
if has('nvim') if has('nvim')
call s:plug('andweeb/presence.nvim') call s:plug('andweeb/presence.nvim')