FTerm.nvim
FTerm.nvim copied to clipboard
:fire: No-nonsense floating terminal plugin for neovim :fire:
I imagine I have some conflicting settings causing this, but any tips as to why my default `Normal` highlight looks wonky in the terminal? FWIW things look good if I...
I noticed there's no option to save current buffer before executing the scratch terminal in this plugin so I did that myself by calling `vim.cmd`. Here's a part of my...
Hello, I found that FTerm.nvim cannot be displayed normally on the warp terminal. I'm using FTerm's default configuration: display the terminal via `Alt+i` . On warp it doesn't seem to...
Currently, this plugin always uses `vim.env.SHELL` as the default command. This behaviour is inconsistent with `:terminal`, which uses `vim.o.shell`. Using the latter value allows for more flexibility, since users can...
Here is my config (lazy.nvim): return { "numtostr/FTerm.nvim", config = function() require("FTerm").setup({ cmd = os.getenv("SHELL"), border = "double", dimensions = { height = 0.9, width = 0.9, }, }) end,...
Hello, I would like to know if is there a way to open the files from Fterm, to the actual neovim instance that i'm running in a simple way. Thanks,
I have run into an issue which I am not sure is solvable. Suppose you have nvim open in your terminal, `[ nvim1 ]`, and you then open a floating...