nvim: plugins: Update conjure and aniseed
This commit is contained in:
parent
05a87e36a8
commit
8943ecf656
1 changed files with 2 additions and 2 deletions
|
@ -135,10 +135,10 @@ local init = function ()
|
||||||
use 'vmchale/dhall-vim'
|
use 'vmchale/dhall-vim'
|
||||||
use 'LnL7/vim-nix'
|
use 'LnL7/vim-nix'
|
||||||
-- LISP
|
-- LISP
|
||||||
use { 'Olical/aniseed', tag = 'v3.14.0' }
|
use { 'Olical/aniseed', tag = 'v3.16.0' }
|
||||||
use {
|
use {
|
||||||
'Olical/conjure',
|
'Olical/conjure',
|
||||||
tag = 'v4.13.0',
|
tag = 'v4.15.0',
|
||||||
ft = { 'fennel', 'racket' }
|
ft = { 'fennel', 'racket' }
|
||||||
}
|
}
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Reference in a new issue