Chinmay Dalal
Chinmay Dalal
https://github.com/tonsky/sublime-scheme-alabaster
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
The search bar does not turn red when no match is found Nightly without gnome theme  Stable with gnome theme  I'm using the AUR package as of https://github.com/rafaelmardojai/firefox-gnome-theme/commit/c976b692341951462d0a849239fbc86d47f548b1
This doesn't happen with electric pair ## Expected behavior rust-analyzer's automatic wrapping works. Screencast with smartparens off (move the cursor to the left of `1` and press `{`: https://user-images.githubusercontent.com/36493671/230092833-9a7f295f-8a7c-4407-a0b6-78c6e0fe685f.mp4 ##...
**Is your feature request related to a problem? Please describe.** Type definitions and usages should be differentiated in highlighting, for example highlighting usages less strongly (or not at all). Currently...
**Describe the bug** The inccommand window is blank. **To Reproduce** Steps to reproduce the behavior: 1. `neovide -- --clean foo.txt`, where `foo.txt` is ``` foo foo foo foo foo ```...
### Thank you for the bug report - [X] I am using the latest version of `dirvish` related packages. - [X] I checked [CUSTOMIZING|EXTENSIONS](https://github.com/alexluigit/dirvish#resources). - [ ] You may also...
Minimal init.lua: ```lua vim.o.clipboard = "unnamedplus" vim.api.nvim_create_autocmd("FileType", { pattern = { "cpp", "c" }, callback = function() vim.lsp.start({ name = "clangd", cmd = { "clangd" }, on_attach = function(client, bufnr)...
Can you export colors as highlight groups like `OmniBg`, `OmniPurple` so users can use `highlight link` easily?