-
E.g. is there any way to avoid the gaps in the background for `if`, `return` & `nullptr` while still being able to style them in general?
It would be manageable to only have one background possib…
-
I absolutely love this theme (even over the default doom-gruvbox one). I hope if gets into upstream eventually.
The thing I wanted to ask about, is if you know of a way to make the theme look at l…
-
I have configured git to use SSH instead of HTTP when connecting to Github:
```
# in my ~/.gitconig
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
```
I use `gpg-agent` t…
-
Can't bind keys to ``. E.g. if I set `behave mswin` in `.vimrc`, no effect for `` happens (expected behavior the same as `vw`).
-
- `nvim --version`: NVIM v0.1.5-608-g8c1fb99
- Vim (version: ) behaves differently?
Yes, because VIM does not have any translations (at least on my system).
- Operating system/version: macOS 10.11.5
…
-
Closing the electron shell window on Windows 7 does not exit neovim cleanly. THe next time neovim is started, .swp files are present.
-
I've been working to improve the terminal folding display and some things I think are LGTM:
- [x] multibyte display (so one can use '│' to replace the pipe,'▸' instead of + ▾ etc)
see ![2017-01-11-…
-
Hi,
I'm trying to build a portable `home-manager` profile with:
```
bud home dev
```
where `dev` is the portable user, defined as:
```nix
home = {
imports = [ (digga.lib.…
-
`:hi SpellBad cterm=undercurl ctermfg=1 gui=undercurl guisp=Red` does not get displayed as red (ctermfg 1).
This is supported in Vim since:
```
vim-patch:8.0.1544: when using 'termguicolors' Spel…
-
I'm using Windows with WSL Ubuntu, my current usage is use `nvim` inside WSL as the server, and use Windows `nvim-qt.exe` as the client:
```
alias gv='f(){ nvim --listen 127.0.0.1:10710 --headless…