snacks.nvim
snacks.nvim copied to clipboard
🍿 A collection of QoL plugins for Neovim
## 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
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...
## 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...
## 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...
## 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...
## 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()...