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 = {
command = { 'fish' },
},
-- julia = {
-- command = { 'julia', },
-- },
julia = {
command = { 'julia', },
},
shell = {
command = { 'sh', },
},