1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: added way to use ipynb in terminal

This commit is contained in:
tiyn
2025-02-27 02:20:47 +01:00
parent 320d84e302
commit 473423929c
5 changed files with 169 additions and 1 deletions

View File

@@ -36,3 +36,6 @@ vim.o.textwidth = 100
-- frabjous/knap
vim.keymap.set('n', '<leader>p', require("knap").toggle_autopreviewing, { noremap = true })
-- benlubas/molten-nvim
require("quarto").activate()