diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index 23b9ee2..0000000 --- a/.luarc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "workspace.checkThirdParty": false -} \ No newline at end of file diff --git a/nvim/coc-languages/lisp.vim b/nvim/coc-languages/lisp.vim deleted file mode 100644 index bb594d3..0000000 --- a/nvim/coc-languages/lisp.vim +++ /dev/null @@ -1,2 +0,0 @@ -call extend(g:dotfiles_coc_extensions, {'coc-cl': 1}) -call extend(g:dotfiles_coc_filetypes, {'lisp': 1}) diff --git a/nvim/coc-languages/lua.vim b/nvim/coc-languages/lua.vim deleted file mode 100644 index a102961..0000000 --- a/nvim/coc-languages/lua.vim +++ /dev/null @@ -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" diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index e35cf19..87965af 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -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 {{{ if has('nvim') call s:plug('andweeb/presence.nvim')