FTerm.nvim
:fire: No-nonsense floating terminal plugin for neovim :fire: (by numToStr)
nvim-lua-guide
A guide to using Lua in Neovim (by nanotee)
FTerm.nvim | nvim-lua-guide | |
---|---|---|
19 | 153 | |
779 | 4,992 | |
0.0% | - | |
0.0 | 6.3 | |
almost 2 years ago | over 2 years ago | |
Lua | sed | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
FTerm.nvim
Posts with mentions or reviews of FTerm.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-18.
-
Easy Access to Terminal Commands in Neovim using FTerm
To achieve our goals of fingertip access nirvana, we are going to be using a plugin called FTerm.nvim.
-
Hi vimmers! Does any one use F[1..12] keys and what for? Cheers!
i use F2 to toggle Fterm
-
Is there a lua-based terminal plugin that opens files in the host instance of neovim for edit?
IIUC this request https://github.com/numToStr/FTerm.nvim/issues/67 is also similar to your use case. I might implement this in FTerm.nvim but I have to study the client-remote thingy.
- how to get a terminal window like in spacevim?
-
sterm.nvim - A stupid terminal (and my first plugin)
Have you checked out https://github.com/numToStr/FTerm.nvim?
-
Your git setup for neovim?
gitui inside FTerm.nvim has been my preferred method to interact with git from within nvim. gitui has indeed proven to be a great frontend to git.
-
I appreciate the excellent FTerm.nvim plugin
I did a bit of hunting and came across FTerm.nvim and I immediately notice that it is created and maintained by numToStr who also maintains Comment.nvim which is my preferred Neovim commenting plugin, which has always always worked great.
-
How to open the zsh terminal within Neovim like in this example below?
If you’re talking about the terminal inside a floating window, I think fterm.nvim is one which people commonly use.
-
Toggleterm terminals
I use https://github.com/numToStr/FTerm.nvim since you can specify in the setup which shell to use
-
Run Any Language with Same Macro!
It only work for very simple situation (project with only one build target), but it quite save a lot of time for me. For much complex situation, I prefer to write a singe bash script for specific project, and run them in FTerm
nvim-lua-guide
Posts with mentions or reviews of nvim-lua-guide.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-11.
- (Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS
-
Any guide to start writing plugins?
Nvim Lua guide
- I'm fairly new to Neovim, and I want to configure my neovim setup.
-
Advice/Resources for creating/debugging a Neovim Plugin?
My main struggles beyond a simple problem are just the inability to find a way to easily debug things and the general process for setting up a plugin. I mostly work with Python/Jupyter, some C and Lua/Bash scripts, and usually you can either write tests/print debug for smaller scale things or get some stack trace if you have an error. With Neovim development, it just feels like there's nothing more besides update plugin, try on neovim, fail, bash head against wall, and repeat, and that doesn't quite seem efficient or correct - I'm sure there's something out there that should make the process easier. I tried looking online but I haven't found many that really fit my needs (most of the resources here seem more targeted towards creating your own init.lua, and Luadev plugin's commands are all broken (:Luadev-RunLine and any other command keeps telling me I got some trailing space). I'm really just looking to see how to make a snippet library, but there doesn't seem to be much that helps me. If someone could let me know how they debug their plugin or point me to any external resources, please let me know!
-
[help] use neovim to edit files at remote - server?
I have no guidance for the first point. For the second, checkout the neovim lua guide or : lua-guide
- Is there a vim/neovim equivalent to something like "Mastering Emacs"?
- [Neovim] Puis-je obtenir un guide sur la façon d’installer Packer pour les nuls absolus ?
- New to NeoVim, looking to learn
- Where to learn about Neovim and it's plugins? (Deeply)
-
Where would be a good place to start trying to learn lua with no previous programming experience. Trying to learn it as it’s the main language used in a project I’m apart of and want to help out
A quick google search turned up this codeacademy class on learning to program in Javascript. I didn't vet the whole thing, but it appears to assume you know nothing, which is what you need. If you go through that, you can then consume one of the resources that /u/luascriptdev post to equate that back to Lua. Again, the concepts translate.
What are some alternatives?
When comparing FTerm.nvim and nvim-lua-guide you can also consider the following projects:
nvim-toggle-terminal - NeoVim plugin that toggles a terminal buffer in the current window maintaining the same shell instance
tree-sitter-svelte - Tree sitter grammar for Svelte
toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows
kickstart.nvim - A launch point for your personal nvim configuration
filemanager-plugin - A file manager plugin for the editor "Micro"
telescope-file-browser.nvim - File Browser extension for telescope.nvim