Code Monkey home page Code Monkey logo

Comments (3)

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

I dont really know the answer to these questions. I am happy to find out if you can let me know how.

Just encryption would be great.

Feel free to close the issue or keep it open if you want to dig deeper and I can help if you need me to check something

It would be great if you could collect a log, indicating the time you quit.

log = {
  enable = true,
  truncate = true,
  types = {
    all = false,
    config = false,
    copy_paste = false,
    dev = false,
    diagnostics = false,
    git = false,
    profile = true,
    watcher = true,
  },
},

I'm not certain there's much we can do about this; node modules is problematic for many tools and is ignored by default: #3649

It might be time to add that, given the number of issues this has caused.

from nvim-tree.lua.

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

Attempted replication with this 900MB setup:

git clone [email protected]:facebook/create-react-app.git
cd create-react-app
yarn

I and E on node_modules. No performance issue at any step. However, I am running on linux with btrfs.

This macos user had a similar issue, the root cause being the filesystem watchers. Resolution: #2438 (comment)

  filesystem_watchers = {
    ignore_dirs = {
      "node_modules"
    },
  },

Which filesystem are you using? Is it case sensitive? Are you using full disk encryption?

from nvim-tree.lua.

itsramiel avatar itsramiel commented on July 18, 2024

This macos user had a similar issue, the root cause being the filesystem watchers. Resolution: #2438 (comment)

  filesystem_watchers = {
    ignore_dirs = {
      "node_modules"
    },
  },

This solved it for me

Which filesystem are you using? Is it case sensitive? Are you using full disk encryption?

I dont really know the answer to these questions. I am happy to find out if you can let me know how.

Feel free to close the issue or keep it open if you want to dig deeper and I can help if you need me to check something

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.