-
Until 2 days ago I used to have the following working settings:
`init.vim`:
```vim
let g:vscode_style = 'dark'
let g:vscode_transparent = v:true
silent! colorscheme vscode
```
but, as I only …
-
### Problem
- Not easy to share C/rust/go plugins without cross-compiling to numerous platforms.
- No builtin way to load a wasm plugin.
- No way to restrict or control plugin [capabilities](http…
-
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",
…
-
Hi,
I just discovered `wal.vim` and really like the results; however, I don't want a transparent background. This can usually be resolved with
```
" some colorscheme
colorscheme monokai
" dis…
-
### Problem
I want a cool transparent terminal in neovide, so I set winblend=100 in neovim. The cursor in the terminal is not longer visible.
~~I'm using floaterm as the floating terminal. Repor…
-
### 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
I'm using `xiyaowong/transparen…
-
## Problem
This issue tracks some known functions that we want in `vim.func`.
Related: `vim.iter` https://github.com/neovim/neovim/issues/23233
## Expected behavior
from https://github.com…
-
## Phenomenon
When I use `:CopilotChatOptimise` on 1000 lines of code, it gets stuck at the end and Neovim becomes unresponsive. Pressing any key on the keyboard has no effect.
## version
NVI…
-
Hey Ben, I am getting this error. Any ideas why?
Using Vim `7.4.1795`
I installed Polylint via npm.
## Error
```
E409: Unknown group name: cssValue.*,cssColor,cssURL,cssImportant,cssError,cssString…
-
With the release of neovim 0.10 the default colorscheme in neovim was changed. It seems that NeoSolarized picks up some of the default colors as some colors do not match the solarized theme when using…