nvim: plugins: Update conjure and aniseed

This commit is contained in:
Sanchayan Maity 2021-03-10 18:45:05 +05:30
parent 05a87e36a8
commit 8943ecf656

View file

@ -135,10 +135,10 @@ local init = function ()
use 'vmchale/dhall-vim'
use 'LnL7/vim-nix'
-- LISP
use { 'Olical/aniseed', tag = 'v3.14.0' }
use { 'Olical/aniseed', tag = 'v3.16.0' }
use {
'Olical/conjure',
tag = 'v4.13.0',
tag = 'v4.15.0',
ft = { 'fennel', 'racket' }
}
use {