Collection of plugins and forks used in Neovim.
My own plugins written in Lua for my own use. Very barebones and potentially none functional. I'm still learning Lua and Neovim plugin development, so these are more for my own learning and experimentation right now.
Plugin for adding and automatically updating file headers. WIP.
#neovim #neovim-plugin #plugin #lua #file-header
Tiny utility plugin to append Discord nickname ideas to a file without leaving Neovim.
#neovim #neovim-plugin #plugin #lua #discord #nickname #telescope
Forks of other plugins that I use heavily and have made changes to. Usually very minor quality-of-life improvements though.
Author: stevearc (quicker.nvim)
- Adds cursor line number highlight (CursorLineNr) to the quicker.nvim quickfix list. Follows the cursor movement and updates like normal line numbers.
- Adds the
netrw
directory listing UI to the oil.nvim file explorer. I like the way it looks, it fills out the top of the oil buffer a bit more. The "Sort sequence" line is currently nonsense... I haven't figured out how to make use of this yet, but it's still nice having it there anyway :)
- Adds a URL to the end of each plugin entry line in the lazy.nvim Home/Summary page, making displaying the entire page or finding a plugin's URL easier. (Can be toggled with the
T
key.)