Please help a newbie understand your workflow (python)

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vim-ipython-cell

    Seamlessly run Python code in IPython from Vim

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. vim-slime

    A vim plugin to give you some slime. (Emacs)

  4. dotfiles

    My dotfiles (by fdschmidt93)

    [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

  5. vim-repl

    Best REPL environment for Vim

  6. neoterm

    Wrapper of some vim/neovim's :terminal functions.

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • We need more zero config tools

    8 projects | news.ycombinator.com | 2 Oct 2024
  • Use the builtin `listchars` option to implement minimalistic indent guides

    4 projects | /r/neovim | 7 Dec 2023
  • 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 ?

    10 projects | /r/neovim | 4 Jul 2023
  • What are the benefits of using nvim-lspconfig?

    3 projects | /r/neovim | 2 Jul 2023
  • Is there a config that shows you all majority of the commands and adjusts depending on mode?

    2 projects | /r/neovim | 7 May 2023

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?