Create and push an initial working version of this repo before I change things on this machine Signed-off-by: Robert Morrison <robert@closedless.xyz>
17 lines
220 B
Lua
17 lines
220 B
Lua
return {
|
|
{
|
|
'Olical/conjure',
|
|
ft = {
|
|
'clojure',
|
|
'scheme',
|
|
'guile',
|
|
'lua',
|
|
},
|
|
dependencies = {
|
|
'clojure-vim/vim-jack-in',
|
|
'radenling/vim-dispatch-neovim',
|
|
'PaterJason/cmp-conjure',
|
|
},
|
|
},
|
|
}
|