🍿 A collection of QoL plugins for Neovim
Find a file
2024-11-05 20:59:29 +01:00
.github ci: integrated with ci scripts 2024-11-03 09:04:33 +01:00
doc chore(build): auto-generate docs 2024-11-05 15:57:37 +00:00
docs chore(build): auto-generate docs 2024-11-05 19:16:45 +00:00
lua/snacks ci: better docgen 2024-11-05 20:15:49 +01:00
plugin feat: ensure Snacks global is available when not using setup 2024-11-04 16:39:24 +01:00
queries/lua feat: config & setup 2024-11-03 12:56:05 +01:00
scripts ci: try again 2024-11-05 20:59:29 +01:00
tests ci: docgen 2024-11-04 16:39:24 +01:00
.editorconfig ci: integrated with ci scripts 2024-11-03 09:04:33 +01:00
.gitignore ci: integrated with ci scripts 2024-11-03 09:04:33 +01:00
LICENSE ci: integrated with ci scripts 2024-11-03 09:04:33 +01:00
README.md docs: added notifier to readme 2024-11-05 16:56:42 +01:00
selene.toml feat: initial commit 2024-11-02 23:24:33 +01:00
stylua.toml feat: initial commit 2024-11-02 23:24:33 +01:00
vim.toml feat: initial commit 2024-11-02 23:24:33 +01:00

🍿 snacks.nvim

A collection of small QoL plugins for Neovim.

Caution

Do NOT use this for now, it's still in development.

Todo

  • docs :)
  • float => win
  • win views
  • cowboy
  • notifier
  • docgen
  • plugin
  • notify module
  • overload docgen
  • bigfile BufReadPre
  • bufdelete
  • statuscolumn
  • words LspAttach
  • quickfile BufReadPost
  • rename
  • terminal
  • float
  • lazygit
  • git
  • gitbrowse
  • toggle

Maybe

  • zen
  • lsp
  • root

📦 Snacks

Module Description Readme
bigfile Deal with big files README
bufdelete Delete buffers without disrupting window layout README
debug Pretty inspect & backtraces for debugging README
git Useful tools for Git README
gitbrowse Open the repo of the active file in the browser (e.g., GitHub) README
lazygit Open LazyGit in a float, auto-configure colorscheme and integration with Neovim README
notify Small wrapper around Neovim's vim.notify README
notifier Better vim.notify README
quickfile Render a file as quickly as possible before loading all plugins (progressive rendering) README
rename LSP-integrated renaming with support for plugins like neo-tree, nvim-tree, oil, mini.files README
statuscolumn Customizable statuscolumn README
terminal Create and toggle floating/sp. Uses float. README
toggle Toggle keymaps integrated with which-key icons / colors README
win Easily create and manage floating windows or splits README
words Auto-show LSP references, auto-show and quick navigation between them README