Add comprehensive snacks.nvim integration with documentation and templates#8
Closed
Copilot wants to merge 6 commits intolook-into-snacksfrom
Closed
Add comprehensive snacks.nvim integration with documentation and templates#8Copilot wants to merge 6 commits intolook-into-snacksfrom
Copilot wants to merge 6 commits intolook-into-snacksfrom
Conversation
… templates Co-authored-by: gignsky <13265812+gignsky@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Look into the initial session instructions for the session running currently in the pr here @gignsky/gigvim/pull/7 and understand what I mean when I ask you to document and template out the plugin I'm about to give you:
I want you to full investigate ...
Add comprehensive snacks.nvim integration with documentation and templates
Aug 7, 2025
This was referenced Aug 13, 2025
Closed
This was referenced Aug 13, 2025
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds comprehensive integration support for folke/snacks.nvim, a collection of 26+ small quality-of-life plugins for Neovim, into the GigVim nvf-based configuration.
What is snacks.nvim?
Snacks.nvim is a modular plugin collection that provides essential Neovim enhancements including:
Integration Challenge
Snacks.nvim presents unique integration challenges for nvf:
priority = 1000,lazy = false)Solution
This PR provides a complete integration ecosystem:
1. Comprehensive Documentation
2. Four Configuration Templates
Default (
snacks-nvim.nix) - Recommended for most usersMinimal (
TEMPLATE-snacks-nvim-minimal.nix) - Conservative setupDeveloper (
TEMPLATE-snacks-nvim-dev.nix) - Development-focusedFull (
TEMPLATE-snacks-nvim-full.nix) - Power users3. nvf-Specific Integration
Each template follows nvf patterns:
extraPluginsmechanism with proper priority handling4. Usage Examples
Quick start with default configuration:
Key features enabled by default:
<leader>ff- Smart file picker with fuzzy search<leader>e- File explorer<leader>n- Notification history]]/[[- LSP reference navigationFiles Added
Migration Support
The integration provides detailed migration paths from common plugins:
Validation
:checkhealth snacksdd()andbt()functionsThis integration enables GigVim users to leverage snacks.nvim's powerful feature set while maintaining the declarative, reproducible nature of the nvf framework.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)nixos.orgcurl -L REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.