Code Monkey home page Code Monkey logo

Comments (6)

alex-courtis avatar alex-courtis commented on July 20, 2024 1

the repo is not that big. and it was working just fine a month or two back. Also, I switched to neo-tree. neo-tree works just fine.

Diagnostic information would be most gratefully appreciated; we can't resolve issues without sufficient information.

from nvim-tree.lua.

fuyu avatar fuyu commented on July 20, 2024 1

I've had the very same issue. The problem was that my project directory had a giant node_modules directory. I fixed it by adding node_modules to the watchers' ignored dirs:

require("nvim-tree").setup({
  filesystem_watchers = {
    enable = true,
    debounce_delay = 50,
    ignore_dirs = {"node_modules"},
  },
})

from nvim-tree.lua.

alex-courtis avatar alex-courtis commented on July 20, 2024

Massive repositories are indeed an issue, with git often taking seconds to do any task.

Please:

from nvim-tree.lua.

sajjathossain avatar sajjathossain commented on July 20, 2024

Massive repositories are indeed an issue, with git often taking seconds to do any task.

Please:

the repo is not that big. and it was working just fine a month or two back. Also, I switched to neo-tree. neo-tree works just fine.

from nvim-tree.lua.

sajjathossain avatar sajjathossain commented on July 20, 2024

@fuyu thank you. this fixed my issue too.

from nvim-tree.lua.

alex-courtis avatar alex-courtis commented on July 20, 2024

https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#ignore-large-directories

from nvim-tree.lua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.