nvim/lua/plugins/hy.lua

7 lines
98 B
Lua

return {
'hylang/vim-hy',
config=function()
vim.g.hy_enable_conceal = 1
end
}