Git Product home page Git Product logo

Comments (4)

folke avatar folke commented on May 21, 2024

Sorry, but I'm not going to debug your config, that's on you. LazyVim itself should be really fast and I see you're not using LazyVim itself.

from lazyvim.

SingularisArt avatar SingularisArt commented on May 21, 2024

I'm using LazyVim. I cloned the repo, renamed a couple of the folders, and put it in my own repo. Here's my directory structure:

.
├── init.lua
├── lazy-lock.json
└── lua
    └── SingularisArt
        ├── config
        │   ├── autocmds.lua
        │   ├── colorscheme.lua
        │   ├── icons.lua
        │   ├── keymaps.lua
        │   ├── lazy.lua
        │   └── options.lua
        └── plugins
            ├── coding.lua
            ├── colorschemes
            │   ├── functions.lua
            │   └── init.lua
            ├── config.lua
            ├── core.lua
            ├── debugging.lua
            ├── editor.lua
            ├── filetypes.lua
            ├── git.lua
            ├── lsp
            │   ├── handlers.lua
            │   ├── init.lua
            │   ├── navigator.lua
            │   └── settings
            │       ├── clangd.lua
            │       └── ...
            ├── treesitter.lua
            ├── ui.lua
            └── util.lua

Do you have any idea on what could be causing this?

from lazyvim.

folke avatar folke commented on May 21, 2024

You added a bunch of other plugins, so those might cause the slow-down.

If you see Neovim hanging at exit, that typically means some plugin is throwing an error during exit.

Try disabling Noice and see if that helps. Especially on nightly, Noice is not really stable due to the big TUI rework.

You could also check :Noice log

from lazyvim.

murilorodelli avatar murilorodelli commented on May 21, 2024

The same thing is happening to me on linux mint. And I didn't changed anything... it's a pure clone of LazyVim repo and I only installed the dependencies for the official plugins, like NodeJS, etc

from lazyvim.

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.