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 = {
|
||||
command = { 'fish' },
|
||||
},
|
||||
-- julia = {
|
||||
-- command = { 'julia', },
|
||||
-- },
|
||||
julia = {
|
||||
command = { 'julia', },
|
||||
},
|
||||
shell = {
|
||||
command = { 'sh', },
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue