-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
[a little lua](https://github.com/fdschmidt93/dotfiles/blob/master/nvim/.config/nvim/lua/repl.lua) that that allows me to (1) start ipython in shell conda env (2) restart ipython on the fly in same window (kill old buffer, start new terminal with ipython) and hook vim-slime to new buffer
-
-
As others mentioned tmux is a viable option with the right keybinds, that said, my workflow improved significantly when I started using neoterm, it greatly simplifies the REPL process and uses neovim’s builtin terminal, all I have to do to send a line to the python interpreter is press gxx or if wish to send a block I’ll select it in visual mode and press gx - couldn’t be simpler than this.
Related posts
-
We need more zero config tools
-
Use the builtin `listchars` option to implement minimalistic indent guides
-
Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?
-
What are the benefits of using nvim-lspconfig?
-
Is there a config that shows you all majority of the commands and adjusts depending on mode?