-
How can I get back exactly the colors of the vim82 color scheme slate?
-
Currently, there is a light and dark mode of the colorscheme in highlights.fnl. However, switching between bg=light/dark fails to properly switch between them.
With `(set! background :dark)` it (as…
-
Initially reported [there](https://github.com/romainl/Apprentice/issues/73). I've tried several of the new ones, and they all have the same issue, the terminal background color is not set. Sometimes t…
-
Changing this issue as I have found this is quite larger of an issue that the original post.
The issue looks to be that two different completion menus/entries are showing up depending on how they a…
-
## Result from CocInfo
## Describe the bug
This is the configuration of my init.lua, if I disable nvim-tree then the semantic highlighting works ok .
```lua
local Plug = vim.fn['plug#'…
-
https://github.com/akinsho/bufferline.nvim/pull/497 did a breaking change in the way hilights are done. I've been trying to poke around at getting things working again but no luck yet to report. Espec…
-
### Steps to reproduce
1. Do `$ vim --clean sample`.
2. Add the following content and write the file:
foo
bar
foo
bar
3. Enable `cursorline`:
:set cu…
-
Hello!
I didn't submit a bug report because this may be configurable and I just don't know how.
I'm using this theme along with CoC and when I "go to references" the following happens:
Wh…
-
When using vim, with default git_plugin, opening git log the buffer is truncated (not all commit are shown); same issue with git diff opening a commit with many changes.
It does not happen with nvi…
-
What's the recommended way of making the background transparent in this theme?
I can run run `hi Normal ctermbg=NONE guibg=NONE` after starting Vim to remove most of the background (the line numbe…