-
I had wandered through issues about tabs background color, and the general solution was to change the color of the highlight group representing the tab. Even though, it's a quite twisted way to change…
-
hi, I tried to config this plugin, but I have duplicated icons using the joshmedeski/tmux-nerd-font-window-name plugin
this is my config:
```
set-option -g default-shell "/bin/zsh"
# set -gs def…
-
Hi! On some vim openings the theme's lualine seems to work as it should
![image](https://github.com/user-attachments/assets/4dd581db-9313-44fe-be25-d073c323c63d)
While on other it does not
![…
-
SSIA.
We should use virtual text instead of popup probably.
https://vimhelp.org/textprop.txt.html#virtual-text
https://jdhao.github.io/2021/09/09/nvim_use_virtual_text/
-
Example:
```html
some content
-
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…
-
### Neovim version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
### Minimal configuration
{
"tiagovla/tokyodark.nvim",
lazy = false,
opts = {
transparent_backgroun…
-
```
(foo "bar" :baz)
^ ^ ^
```
starting at `f` jumps properly with ``
```
(foo "bar qux" :baz)
^ ^ ^ ^
```
jumps **inside** the string with ``
same behaviour with ``
f…
-
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…
-
It seems that braces in lines which are commented out follow the jinja colour scheme rather than that of the comments
Also in this example the # for the comment is highlighted
Is this a …