-
Example:
```html
some content
-
Any value of
```vim
g:sh_fold_enabled > 3
```
removes lines of (z)sh templates: For example, if `=template=.sh` reads
```
#/bin/zsh
if ...
```
then `vim .sh` will only show the firs…
-
### Neovim version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
### Minimal configuration
{
"tiagovla/tokyodark.nvim",
lazy = false,
opts = {
transparent_backgroun…
-
I'm using Urxvt with real transparency and Compton as a compositor. In order to get a transparent background with nvim I set, `:hi Normal ctermbg=none` in init.vim.
This causes a bunch of red to take…
-
**Is your feature request related to a problem? Please describe.**
When the neovim is fullscreen with `vim.g.neovide_fullscreen=true`, the option `vim.g.neovide_transparency` doesn't make sense.
…
-
#### environment
- vim: 8.1.1137
- vim-airline: master branch as of 2019-05-02 02:14:57
- vim-airiine-themes: master branch as of 2019-04-11 01:53:43
- OS: Fedora 29 (Linux 5.0.9-200.fc29.x86_64…
-
Tried using it and activating it in both an init.vim and through nvim commands but it just makes everything gray
-
What properties in config must be overridden to change colour for `comments` and `linenumber`?
Here're my current configs:
```lua
require('everblush').setup({
transparent_background = true,
…
-
The sign column is no longer transparent after update.
Even with stylix.targets.nixvim.transparentBackground.signColumn = true
My full configuration can be found at https://github.com/anotherhadi/…
-
I'm really liking the colors, but the transparent background option won't work for me. Here's my vimrc (the relevant portion at least):
> call plug#begin()
>
> Plug 'vim-airline/vim-airline'
> …