[nvim] Add the RimL highlighting plugin

This commit is contained in:
Alyxia Sother 2022-02-06 01:27:05 +01:00
parent b5647dd6f3
commit 754714534e
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit d00e020633b0effc7f70b413e43bb10e3d0e4ae2
Subproject commit a1d6acbc71fa4c50f09ea6f5caea73583d7e51db

View File

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