An open API service indexing awesome lists of open source software.

https://github.com/956mb/neostuff

Group of plugins and forks of mine related to Neovim
https://github.com/956mb/neostuff

dotfiles lua neovim neovim-plugin

Last synced: about 2 months ago
JSON representation

Group of plugins and forks of mine related to Neovim

Awesome Lists containing this project

README

          

# neostuff

Collection of plugins and forks used in [Neovim](https://github.com/neovim/neovim).

- [Plugins](#plugins) (my own)
- [head.nvim](#headnvim)
- [ncks.nvim](#ncksnvim)
- [Forks](#forks) (others)
- [quicker.nvim](#quickernvim)
- [oil.nvim](#oilnvim)
- [lazy.nvim](#lazynvim)

## Plugins

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.

### [head.nvim](https://github.com/956MB/head.nvim)

Plugin for adding and automatically updating file headers. WIP.

[#neovim](https://github.com/topics/neovim) [#neovim-plugin](https://github.com/topics/neovim-plugin) [#plugin](https://github.com/topics/plugin) [#lua](https://github.com/topics/lua) [#file-header](https://github.com/topics/file-header)

### [ncks.nvim](https://github.com/956MB/ncks.nvim)

Tiny utility plugin to append Discord nickname ideas to a file without leaving Neovim.

[#neovim](https://github.com/topics/neovim) [#neovim-plugin](https://github.com/topics/neovim-plugin) [#plugin](https://github.com/topics/plugin) [#lua](https://github.com/topics/lua) [#discord](https://github.com/topics/discord) [#nickname](https://github.com/topics/nicknames) [#telescope](https://github.com/topics/telescope)

![ncks.nvim](https://github.com/956MB/ncks.nvim/blob/main/img/25d52fd9-4128-43dd-a8a1-5e68b2845123.gif)

## Forks

Forks of other plugins that I use heavily and have made changes to. Usually very minor quality-of-life improvements though.

quicker.nvim Link TBA

_Author: [stevearc](https://github.com/stevearc) ([quicker.nvim](https://github.com/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.

![quicker](./img/2024-09-06_at_4.44.33_PM.png)

oil.nvim Link TBA

_Author: [stevearc](https://github.com/stevearc) ([oil.nvim](https://github.com/stevearc/oil.nvim))_

- 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 :)

![oil](./img/2024-05-20_at_12.09.40_AM.png)

### [lazy.nvim](https://github.com/956MB/lazy.nvim)

_Author: [folke](https://github.com/folke) ([lazy.nvim](https://github.com/folke/lazy.nvim))_

- 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.)

![lazy-gif](./img/326110578-c76100ef-2d9e-4807-8884-821227799353.gif)

![lazy-image](./img/326110615-08572042-1df9-41a5-a997-5e6e6bab0f1f.png)

## License

[MIT License](./LICENSE)