fix: nvim: uncomment julia from iron repl
This commit is contained in:
parent
2497b9b54d
commit
af32b38c3f
1 changed files with 3 additions and 3 deletions
|
@ -227,9 +227,9 @@ iron.setup {
|
||||||
fish = {
|
fish = {
|
||||||
command = { 'fish' },
|
command = { 'fish' },
|
||||||
},
|
},
|
||||||
-- julia = {
|
julia = {
|
||||||
-- command = { 'julia', },
|
command = { 'julia', },
|
||||||
-- },
|
},
|
||||||
shell = {
|
shell = {
|
||||||
command = { 'sh', },
|
command = { 'sh', },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue