mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
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…
Add table
Add a link
Reference in a new issue