-
-
**Describe the bug**
When the `ensure_installed` option of the `williamboman/mason.nvim` plugin is set to an empty table, the NvChad bootstrap fails with the error shown below in the **Screenshot…
x3rAx updated
10 months ago
-
**Describe the bug**
while using conform formatting its not working for react typescript. Tried many methods, tried none-ls configration, conform configration as described. but still not working
…
-
Hi, I want to set the url_format of lazy.nvim. May I ask how to configure lazy.nvim under the nvchad framework? My current approach is to modify the file lua/plugins/configs/lazy_nvim.lua, but that's …
O1024 updated
10 months ago
-
**Describe the bug**
Snippets do not show when prefix is typed
**To Reproduce**
As per the documentation, in my init.lua i put
vim.g.vscode_snippets_path = "C:\\Users\\user1\\AppData\\Lo…
-
### Did you check docs and existing issues?
- [X] I have read all the LazyVim docs
- [X] I have searched the existing issues of LazyVim
- [X] I have searched the existing issues of plugins relate…
-
I usually install themes via package manager or placing files into ~/.config/nvim/lua/nvchad/themes but there is no such folder
Theme is here https://github.com/pgdouyon/vim-yin-yang
Thanks for…
-
### Describe the bug
For example if my default plugin list has
```lua
{
"folke/whichkey",
keys = { "", "", '"' }
}
```
and if the user wants to override the keys sp…
-
Hi, would it be possible to omit tabs from being associated with a project? I would like to have multiple tabs open with multiple different projects.
-
### Info
I downloaded live-server for nvim with lazy. also globally with npm. It works when running `LiveServerStart`, but saved changes are not reloaded in the browser. I have to manually reload the…