fix: nvim: uncomment julia from iron repl

This commit is contained in:
qwjyh 2023-10-13 20:47:33 +09:00
parent 2497b9b54d
commit af32b38c3f

View file

@ -227,9 +227,9 @@ iron.setup {
fish = { fish = {
command = { 'fish' }, command = { 'fish' },
}, },
-- julia = { julia = {
-- command = { 'julia', }, command = { 'julia', },
-- }, },
shell = { shell = {
command = { 'sh', }, command = { 'sh', },
}, },