Switch to Python3_fifo for REPL behavior
This commit is contained in:
parent
fbf1b9661d
commit
1299d7b040
5
init.lua
5
init.lua
|
@ -33,8 +33,9 @@ require('telescope').load_extension('aerial')
|
||||||
|
|
||||||
-- SnipRun config
|
-- SnipRun config
|
||||||
require('sniprun').setup{
|
require('sniprun').setup{
|
||||||
repl_enable = {"Python3_original"}
|
selected_interpreters = { 'Python3_fifo' },
|
||||||
|
repl_enable = {'Python3_fifo'},
|
||||||
display = {
|
display = {
|
||||||
"NvimNotify"
|
"NvimNotify"
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue