chore: updates

This commit is contained in:
Afonso Franco 2023-09-27 12:46:33 +01:00
parent b88cf78d26
commit 06e4ee6088
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
23 changed files with 340 additions and 2363 deletions

View file

@ -30,3 +30,9 @@ vim.opt.undofile = true
--Org mode hide links
vim.opt.conceallevel = 2
vim.opt.concealcursor = 'nc'
--Jupyter notebooks
vim.g.jukit_convert_overwrite_default = 1
vim.g.jukit_convert_open_default = 1
vim.g.jukit_shell_cmd = 'ipython3'
vim.g.jukit_terminal = 'nvimterm'
vim.g.jukit_inline_plotting=1