-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too slow. #518
Comments
I experience a similar issue, Neovim freezes when I decide to save a file and I happen to have nvim-tree open |
i do not experience such issues...
|
The issue was resolved by disabling the git integration as specified by #389
-- lua/plugins.lua
local packer = require("packer")
return require("packer").startup(function()
packer.use 'wbthomason/packer.nvim'
packer.use 'kyazdani42/nvim-tree.lua'
end) -- init.lua
require("plugins") |
so, I am also a user of the fish shell, and this plugin is very slow on startup, writing files, and exiting nvim. It's probably an artifact of the fish shell's integration with git. Once I set my nvim shell to dash, the problem completely resolved itself: vim.cmd('set shell=/bin/dash') |
Thanks! when i set my shell to zsh or bash, the issue was solved. |
both my method and mattbailey's method worked for me |
yes i've noted that the fish shell gets quite slow with nvim tree. |
my config.fish is just some aliases and nvim tree still causes a block when i write a file (usually for a few seconds) but it works fine when my shell is bash. |
closing this in favor of #549 |
I don't known why, this plugin gets slow, especially when i open neovim or quit neovim.
The text was updated successfully, but these errors were encountered: