[MINOR] Added some jukit variables
This commit is contained in:
parent
e43727d484
commit
958fd3b7ea
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ vim.opt.conceallevel = 2
|
||||||
vim.opt.concealcursor = 'nc'
|
vim.opt.concealcursor = 'nc'
|
||||||
--Jupyter notebooks
|
--Jupyter notebooks
|
||||||
vim.g.jukit_convert_overwrite_default = 1
|
vim.g.jukit_convert_overwrite_default = 1
|
||||||
vim.g.jukit_convert_open_default = 1
|
vim.g.jukit_convert_open_default = 0
|
||||||
vim.g.jukit_shell_cmd = 'ipython3'
|
vim.g.jukit_shell_cmd = 'ipython3'
|
||||||
vim.g.jukit_terminal = 'nvimterm'
|
vim.g.jukit_terminal = 'nvimterm'
|
||||||
vim.g.jukit_inline_plotting=1
|
vim.g.jukit_inline_plotting=1
|
||||||
|
vim.g.jukit_show_prompt = 1
|
||||||
|
vim.g.jukit_pdf_viewer = 'zathura'
|
||||||
|
|
Loading…
Reference in a new issue