codi.vim
sniprun
codi.vim | sniprun | |
---|---|---|
13 | 27 | |
3,041 | 1,499 | |
- | - | |
0.9 | 8.2 | |
almost 2 years ago | about 2 months ago | |
Vim Script | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
codi.vim
- Show HN: Heynote – A Dedicated Scratchpad for Developers
-
What are some plugins that you can't live without?
codi.vim
- Codi.vim – The Interactive Scratchpad for Hackers
-
Watching Prime struggle with using Google as calculator, let me introduce our lord and savior: Speedcrunch
What about https://github.com/metakirby5/codi.vim ? It's blazingly fast
-
Nim scratchpad in neovim with Codi
Install codi, then add the configuration (while PR is pending acceptance): https://github.com/metakirby5/codi.vim/pull/159/commits/c71e5a1fc17f928daaf0c2ef9dd26d613e946403
-
Anyone uses Codi here?
Codi is an interactive scratchpad which outputs the result in real time.
-
How can I do this with Neovim?
maybe codi.nvim or lab.nvim
- Use vim as REPL for node/python?
-
lab.nvim - now supports Typescript, Python, and Lua. Plus a new feature.
It sounds like this is comparable to something like codi, what's the main difference between this and that?
- Is there any plugin or a way where I can see my code like this and not opening a browser to view it?
sniprun
-
Compile and run inside nvim
If you want to compile/run specific lines of code (not the whole project), my plugin sniprun should be worth a look
-
How to take input in Python using lunar vim?
If I understand currently this https://github.com/michaelb/sniprun plugin should do the trick for you.
-
In-editor lua REPL: nvim-luadev vs neorepl.nvim
I can't speak for the two above plugins (I shall try them!), but... While I'm developing in Lua, I like to use michaelb's sniprun. I'll just build my tests inside the file I'm working on, and see my outputs update live within the buffer as I edit.
-
Tools for productivity
REPL??? Do you have a very-easy-to-use way of running and testing your code? From vim-slime to nvim sniprun to autocommands with the built in terminal, to an external repl like ptpython (for python obviously). iron.nvim and conjure are two other neovim repl plugins. There are many ways of running the code that you're working on, and having something that makes this really easy for you is pretty essential. (sometimes I use inotifytools on linux to literally just run the script every time I save it.)
-
Favorite REPL/Notebook/Task Running plugins and workflow?
I'm glad for the reminder about sniprun, I had it bookmarked but not categorized well enough and forgot about it.
-
TIL: you can run code inside markdown :O
Install SnipRun
-
New plugin: Equals (#=)
A similar plugin that comes to mind is sniprun.
- Run code in Nvim
- Is there any plugin or a way where I can see my code like this and not opening a browser to view it?
- Plugin for send code unit to any interpreter
What are some alternatives?
nvim-dap - Debug Adapter Protocol client implementation for Neovim
iron.nvim - Interactive Repl Over Neovim
lab.nvim - Prototyping Tools for Neovim
code_runner.nvim - Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
telescope-terraform.nvim - Integration with the terraform CLI
vim-slime - A vim plugin to give you some slime. (Emacs)
vim-terminator - :dagger: Run your code in an output buffer or a vim terminal conveniently
zepl.vim - Simple and minimal REPL integration plugin for Vim and Neovim.
neoterm - Wrapper of some vim/neovim's :terminal functions.
vimcmdline - Send code to command line interpreter
asyncrun.vim - :rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!