NIVM/lua/plugins/specs/Coding.lua
Robert Morrison fb537df11b chore(init): Initial working version
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>
2023-09-10 22:22:30 +01:00

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',
},
},
}