Compare commits

...

2 commits

Author SHA1 Message Date
GitHub
aeeda91fe7 [dmitmel] Update submodule 2022-02-06 00:38:31 +00:00
Alyxia Sother
754714534e
[nvim] Add the RimL highlighting plugin 2022-02-06 01:27:05 +01:00
2 changed files with 2 additions and 1 deletions

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

View file

@ -22,6 +22,7 @@ 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' })