jfab
jfab
This is either a feature request or a bug. The icon doesn't change very often and it can be confusing and hard to know in which battery state my laptop...
If nvim/ranger is opened from rofi, it doens't have the same colorscheme as the rest of the system
I have read https://github.com/dylanaraps/pywal/wiki/Getting-Started#applying-the-theme-to-new-terminals and put ``` (cat ~/.cache/wal/sequences &) cat ~/.cache/wal/sequences source ~/.cache/wal/colors-tty.sh ``` in my .zshrc So if I open a new terminal, it has the pywal theme...
Let's say I have the following document: ```test.md```: ```pandoc --- title: Test title --- # test section - Test bullet. Some text \begin{align*} x^2 + 1 | \end{align*} ``` My...
Some snippets (especially nested ones) don't expand when triggered but instead jump to previous placeholder and start select mode. I have noticed that this behavior started when I installed coc.nvim,...
**Expected behavior:** Not entering select mode at random moments when using auto expanding snippets **Actual behavior:** Entering normal mode after auto expanding snippets, and then pressing tab repeatedly results in...
**Expected behavior:** Automatically triggered nested snippets that work well with completion engines **Actual behavior:** Described in https://github.com/SirVer/ultisnips/issues/1327 and in https://github.com/SirVer/ultisnips/issues/1380 Basically completion engines ruin nested snippets that are triggered automatically...
I have reported this issue before but with coc-nvim, it is the following one: https://github.com/SirVer/ultisnips/issues/1327. However I have realized this issue is present with every completion engine I have tried...
**Describe the bug** The file manger bugs and I can't type the name of the file I want to save. This is best described in this video: https://user-images.githubusercontent.com/81712003/168639960-7bf12c58-f29c-432a-9fd0-952969db367e.mp4 **To Reproduce**...
I have the following map in my init.vim: ```noremap o :call fzf#run({'source': 'find ~', 'window': {'width': 0.6, 'height': 0.6}, 'sink': 'tabedit' })``` This map just opens a fzf window and...
I use arch linux, bspwm and picom. The script runs successfully and outputs "picom: set to grayscale", however just some programs actually change colors, like polybar and rofi. Alacritty, firefox...