You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure you have searched through the F.A.Q. first.
Read
Please make sure you are using the latest version of this plugin.
On latest
It's better to use English as it's more friendly to other non-Chinese native users.
Yes
Environment
If you are using vim(not neovim), fill in the following blanks
Output of vim --version:
NVIM v0.10.0-dev-1870+g8fb7419d7-Homebrew
Build type: Release
LuaJIT 2.1.1700008891
Run "nvim -V1 -v" for more info
Platform:
Linux
Mac OS X
Windows
If you are using neovim, just run :checkhealth floaterm and post the content
below.
==============================================================================
floaterm: health#floaterm#check
common ~
- WARNING health#report_start is deprecated, use vim.health.start instead. :help |deprecated|
This feature will be removed in Nvim version 0.11
- Platform: macos
- WARNING health#report_info is deprecated, use vim.health.info instead. :help |deprecated|
This feature will be removed in Nvim version 0.11
- Nvim: NVIM v0.10.0-dev-1870+g8fb7419d7-Homebrew
- Plugin: 2383493
terminal ~
- OK Terminal emulator is available
- WARNING health#report_ok is deprecated, use vim.health.ok instead. :help |deprecated|
This feature will be removed in Nvim version 0.11
floating ~
- OK Floating window is available
Configurations related to vim-floaterm in vimrc(i.e. g:floaterm_xxx):
I create a file call a.txt, open it, and then rename to b.txt. It takes a couple seconds for the new window to appear. I did profile like so:
:profilestartprofile.log
:profilefunc*
:profilefile*" At this point do slow actions" :Lf" rename a.txt to b.txt" exit Lf
:profile pause
:noautocmdqall!
Before reporting
Read
On latest
Yes
Environment
If you are using vim(not neovim), fill in the following blanks
vim --version
:Platform:
If you are using neovim, just run
:checkhealth floaterm
and post the contentbelow.
Configurations related to vim-floaterm in vimrc(i.e.
g:floaterm_xxx
):Describe your question, feature request, or bug.
I use this to launch Lf (in lazy.nvim config format):
I have this hack for clearing old buffer when I renamed in Lf
I create a file call a.txt, open it, and then rename to b.txt. It takes a couple seconds for the new window to appear. I did profile like so:
Open profile you can see:
I think checktime shouldn't be called here. It should be an option to enable at best or users should configure base on their own cases.
The text was updated successfully, but these errors were encountered: