musjj
musjj
Is it possible to make the scroll bar draggable via mouse? This is especially useful if you're navigating really long playlists.
I'm using a Chrome extension called "Typio Quick Restore" which can save any text you're typing in real-time. But the problem is that when I type my text with wasavi,...
CozetteVector stopped working for Windows after version 1.8.0. Opening the ttf file using the default Windows Font Viewer shows nothing, as if it is corrupted. Here's screenshot comparing version 1.8.0...
**Is your feature request related to a problem? Please describe.** When `on_enter()` is executed, existing nvim-tree windows are [focused](https://github.com/kyazdani42/nvim-tree.lua/blob/3e49d9b7484e21f0b24ebdf21b8b7af227ea97a6/lua/nvim-tree.lua#L267). This behavior (in combination with an upstream issue: [https://github.com/neovim/neovim/issues/20056](https://github.com/neovim/neovim/issues/20056)) caused an...
**Is your feature request related to a problem? Please describe.** `` doesn't work with neovide. **Describe the solution you'd like** `` requires special [terminal codes](https://stackoverflow.com/a/42461580/19942988) to work with Neovim. A...
If you have a lot of keys that you want to use for lazy loading, your config can become a bit hairy: ```lua use { "FooBar/Baz", keys = { {...
When creating a new resource file with `pyxel edit D:/dir/test.pyxres`, if the parent directory (`dir` in this case) doesn't exist, the resource editor will crash if you try to save:...
## Describe the issue Neovim cannot be run inside of tmux. Launching neovim inside of tmux yields an empty screen and pressing ctrl+c returns me to the terminal. Vim works...
### Did you check docs and existing issues? - [X] I have read all the neodev.nvim docs - [X] I have searched the existing issues of neodev.nvim - [X] I...