🍿 A collection of QoL plugins for Neovim
Find a file
2024-11-04 16:14:08 +00:00
.github ci: integrated with ci scripts 2024-11-03 09:04:33 +01:00
doc chore(build): auto-generate docs 2024-11-04 16:14:08 +00:00
docs ci: better docs 2024-11-04 16:42:30 +01:00
lua/snacks ci: better docs 2024-11-04 16:42:30 +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: docgen 2024-11-04 16:39:24 +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: fix link 2024-11-04 17:13:13 +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 :)
  • docgen
  • plugin
  • float => win
  • win views
  • log module
  • bigfile BufReadPre
  • bufdelete
  • statuscolumn
  • words LspAttach
  • quickfile BufReadPost
  • rename
  • terminal
  • float
  • lazygit
  • git
  • gitbrowse

Maybe

  • zen
  • lsp
  • root
  • toggle

📦 Snacks

Module Description Readme
bigfile Deal with big files README
bufdelete Delete buffers without disrupting window layout README
float Easily create and manage floating windows or splits 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
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
words Auto-show LSP references, auto-show and quick navigation between them README