nvim: plugins: Drop aniseed

It's really not required and we do not intend to write out nvim
configuration in fennel either. Conjure support for lisp is enough.
This commit is contained in:
Sanchayan Maity 2021-05-06 09:39:24 +05:30
parent d5be9384ed
commit 3efb1c1c94

View file

@ -133,7 +133,6 @@ local init = function ()
use 'vmchale/dhall-vim'
use 'LnL7/vim-nix'
-- LISP
use { 'Olical/aniseed', tag = 'v3.17.0' }
use {
'Olical/conjure',
tag = 'v4.18.0',