Compare commits

..

No commits in common. "aeeda91fe7eb3b3f0bce8cdee4a47a7b2c5d8c9c" and "b5647dd6f3d301006566c12fa9a02cc03185aa57" have entirely different histories.

2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit a4b6e5ec326838ac60ce221d166d4059ba4a5692 Subproject commit d00e020633b0effc7f70b413e43bb10e3d0e4ae2

View file

@ -22,7 +22,6 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('alaviss/nim.nvim') call s:plug('alaviss/nim.nvim')
call s:plug('stevearc/vim-arduino') call s:plug('stevearc/vim-arduino')
call s:plug('xiyaowong/coc-nvim-lua') call s:plug('xiyaowong/coc-nvim-lua')
call s:plug('luke-gru/vim-riml')
if has('unix') if has('unix')
call s:plug('nvim-neorg/neorg', { 'branch': 'unstable' }) " dependencies {{{ call s:plug('nvim-neorg/neorg', { 'branch': 'unstable' }) " dependencies {{{
call s:plug('nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }) call s:plug('nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' })