snacks.nvim icon indicating copy to clipboard operation
snacks.nvim copied to clipboard

🍿 A collection of QoL plugins for Neovim

Results 52 snacks.nvim issues
Sort by recently updated
recently updated
newest added

## Description Open a commit if cword is not a commit and `what` is `"commit"` ## Related Issue(s) https://github.com/folke/snacks.nvim/discussions/373

stale
gitbrowse

For users who have big files of a particular filetype, they can create their own vim.filetype that has a higher priority than bigfile. ## Description I have a certain filetype...

bigfile

## Description I like to have the projects visible in the dashboard. However since I can fast access my config with the `c` shortcut, I don't need the `~/.config/nvim` folder...

dashboard

## Description - To prevent wasting width of `snacks_picker_list`, add the `auto` option to `formatters.file.truncate`. - To make truncation more intuitive, add the `align` option to `formatters.file.truncate`. - Allow `formatters.file.truncate`...

## Description Following LazyGit's mappings, which feel nice (especially for those of us with these keys near the home row https://github.com/minusfive/zmk-config 😉). ## Related Issue(s) N/A ## Screenshots N/A

## Description As it reads on the tin can. ## Related Issue(s) N/A ## Screenshots N/A

## Description When working with horizontal layout display, it is sometimes necessary to horizontally scroll the list of results, as the full result does not fit in the list window....

## Description The current behavior of terminal windows in combination with tabs does not seem desirable. It is not possible to have two different terminal windows open in two different...

stale
win
terminal

## Description This is a port of https://github.com/rcarriga/nvim-notify?tab=readme-ov-file#viewing-history for the snacks notifier. It simplifies navigating through notifications, as opposed to having them dumped into a single large file. ## Related...

stale
core
init
notifier

## Description Add the ability for text keys and preset.header to be functions. This allows me to call this: ```lua preset = { header = function() local heatmap = require("git-dashboard-nvim").heatmap()...

dashboard