Net
Net
I think Rocket would benefit heavily from native WebSocket support. Even better would be something similar to [Phoenix's channels](http://www.phoenixframework.org/docs/channels). It's great to see such a comprehensive web framework for Rust...
Does not work with Safari Version 10.1 (12603.1.30.0.34).
Is there a way to customize the specific colors (foreground and background) ydiff uses?
Vertigo should respect the goal column/current column when jumping like C-n and C-p.
I'm using SketchyBar only on the top left, and using the native macOS menu bar on the right. I have styled SketchyBar to match perfectly with the macOS menu bar....
An option to trigger copilot on the `accept` keymap instead of (or in addition to) `next` and `prev` when `auto_trigger` is disabled would be great. `` is more ergonimic than...
### Neovim version (nvim -v | head -n1) NVIM v0.9.5 ### Operating system/version macOS 14.3 ### How to reproduce the issue I'm using ```lua vim.o.termguicolors = false ``` and my...
### Feature description With ```lua vim.opt.foldnestmax = 1 ``` the UFO Treesitter provider ```lua provider_selector = function(bufnr, filetype, buftype) return { 'treesitter' } end, ``` does not respect `foldnestmax`, while...