-
I got the following error on startup
```
NnnVertSplit could not be applied, nvim returned an error: "...share/nvim/site/pack/packer/start/lush.nvim/lua/lush.lua:55: 'bg' is
not a valid color", (a…
-
@hrsh7th , could you please update the example super tab like [mappings](https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#super-tab-like-mapping) with respect to the recent breaking [change](…
-
I've installed lua-lsp for neovim through using [Chris'](https://www.chrisatmachine.com/Neovim/28-neovim-lua-development/l) guide. I'm getting this for some reason.
```
Do you need to configure you…
-
### Problem description
```
:h packer.txt
E149: sorry, no help for packer.txt
:!ls ~/.local/share/lunarvim/site/pack/packer/start/packer.nvim
packer.txt
:set rtp?
runtimepath=~/.config/lvim,~…
-
### Problem description
If I remove a file, it's still displayed in Telescope's file finder results.
1. Search for a file (such a `readme.md`) using `f`.
2. Remove the file (`rm readme.md`)
3. S…
-
As title. I'm using both `pyright` and `pylsp` (both are documented in the `nvim-lspconfig`). The reason why I'm using two LSPs for python are:
- Current only `pyright` supports PDM. I want to use …
-
**Please confirm**
- [X] I am running the latest version of this plugin
**Describe the bug**
NVChad custom plugins under lua and Packer appear to not be able to have variables working in config…
-
It's quite tedious to maintain the configuration files right now.
We should switch to a templating system to keep the friction in maintaining the configuration low.
Sticking to unix tools like sed …
-
This started as a "let me create an immutable environment for good bug reports" which informed the choice of what to put into the container. Some remaining questions:
* Should the container drop yo…
-
### Problem description
i have installed 'lua' support.
When looking at the lunarvim source code, in particular the below section in autocmds.lua, when I hit `gd` with cursor on `pairs()`, it takes …