-
### I've searched open issues for similar requests
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
Hi,
I am not able to install…
-
### Neovim version (nvim -v)
v0.10.0
### Operating system/version
Arch kernel 6.9.6
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below.
…
egnvk updated
3 months ago
-
Neovim is a Vim-fork focused on extensibility and usability, and offers many features that regular vim doesn't provide, such as lua support.
https://github.com/nvim-treesitter/nvim-treesitter is a …
-
Looking at the code the `position` is not supported for groups but I am getting this:
![Screenshot_20210910_173013](https://user-images.githubusercontent.com/403283/132879017-8680b92f-0297-4900-ab09-…
Mte90 updated
7 months ago
-
### Description
When using `:CyberdreamToggleMode` or `theme.variant = "light"` the text color makes it unreadable.
I will propose to use the dark variant of colours for at least the text if `tran…
-
I have saved a lot of Reddit posts with Neovim related things. This issue intends in
adding some of the useful things to my current setup.
-
Hey, how could I save the current theme set by toggling between sessions? I'm really new to the Neovim lua scripting and tried to solve this with the script below, without success:
```lua
-- -- Co…
-
I'm using this theme with neovim 0.8.x from the nightly releases and alacritty as my terminal.
Overall it looks neat, but I have an issue with the LSP completion (I use https://github.com/hrsh7th/n…
-
**Describe the bug**
When I use the decay theme, the red and cyan colours in the emulated terminal are swapped
**To Reproduce**
Steps to reproduce the behavior:
1.clone nvchad
2. go to custom/c…
-
I copied the example configurations to my .lua file it it worked fine.
```lua
-- ...
transparent_background = true, -- I want transparent background
background_clear = {
-- "float_win",
…