-
### Did you check docs and existing issues?
- [X] I have read all the lazy.nvim docs
- [X] I have searched the existing issues of lazy.nvim
- [X] I have searched the existing issues of plugins relate…
-
**Describe the bug**
Getting the Following on install:
```
Compiling base46 theme to bytecode ...
Error detected while processing /home/johnf/.config/nvim/init.lua:
E5113: Error while …
-
Hello
So I use nvchad with nvim 0.9.1 and I use statuscol with nvim-ufo. I have themes in nvChad and for some reason it takes the second item from M.base_16 { base00 = "#fasdfa", base01 = "#something…
-
**Describe the bug**
I'm unable to freshly install NvChad.
**To Reproduce**
Steps to reproduce the behavior:
1. Delete AppData/Local/nvim and AppData/Local/nvim-data
2. Clone NvChad repo i…
-
I would just like to know if there is any way I can install the Radium theme on my own Nvim without installing the whole NvChad suit? I've been unsuccessful in finding the repo where the themes are b…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem was.
**Describe the solution you'd like**
A clear and concise description of…
-
I'm trying to create a theme, where I don't want the folded blocks having a background color, so I added:
```lua
M.polish_hl = {
["@Folded"] = { bg = M.base_16.base00 },
end
```
I can add …
-
Comparison between morhetz grubvox and Base46 gruvbox
morhetz grubvox
![image](https://user-images.githubusercontent.com/35777697/219541613-bff26908-3838-4ff2-8eea-2ad49219cb5f.png)
Base46 gruv…
-
This is related to some issues I was reporting in https://github.com/NvChad/base46/issues/173.
I'm not sure if this is a priority, but I just wanted to report that it happens.
If the custom folder…
-
I added this to `custom/init.lua` to enable the cursor line but it didn't work:
```lua
vim.opt.cursorline = true
```
Then I noticed that the cursor line is enabled by default but for some reason, …