snacks.nvim/lua/snacks
Diogo Pombeiro c49c3f364c
perf(bigfile): disable completion to avoid lag when entering insert mode (#2475)
## Description

Default LazyVim uses the extra
[Blink.cmp](https://github.com/saghen/blink.cmp) which creates lag
(multiple seconds in a 600MB `csv` test file) when entering insert mode.
2025-11-09 10:43:56 +01:00
..
animate perf(scroll): combine all scrolling commands in one command + restore vim.v.count 2025-10-27 17:02:38 +01:00
explorer feat(gh): new gh (GitHub cli) integration 2025-11-01 12:12:06 +01:00
gh fix(gh.scratch): if scratch would hide the cursor, then scroll preview up taking scrolloff into account. See #2480 2025-11-09 10:35:15 +01:00
image fix(image): run terminal capability detection synchronous when needed. Closes #2439 2025-11-06 06:50:21 +01:00
meta feat(gh): new gh (GitHub cli) integration 2025-11-01 12:12:06 +01:00
picker feat(picker.actions): allow specifying an additional window for cycle_win 2025-11-09 09:33:48 +01:00
profiler feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
util feat(gh): add inline review comment annotations to diff viewer 2025-11-06 12:00:29 +01:00
bigfile.lua perf(bigfile): disable completion to avoid lag when entering insert mode (#2475) 2025-11-09 10:43:56 +01:00
bufdelete.lua fix(bufdelete): try alternate buffer first and otherwise last used buffer 2025-10-13 20:12:34 +02:00
compat.lua fix(compat): fixup 2025-02-22 07:53:29 +01:00
dashboard.lua fix(dashboard): start job after the terminal window is shown to make sure it has the correct size. Closes #2421 2025-11-03 17:10:45 +01:00
debug.lua style(debug): make sure id is set 2025-10-29 07:44:04 +01:00
dim.lua fix(dim): fixed the issue of dim's scope variable being nil and outputting… (#1938) 2025-10-14 18:29:08 +02:00
git.lua feat(win): all existing snacks windows for all plugins now honor vim.o.winborder. Defaults to rounded if not set. 2025-10-22 23:06:35 +02:00
gitbrowse.lua fix(gitbrowse): send commit as a opt when calling gitbrowse (#2289) 2025-10-20 15:28:30 +02:00
health.lua feat(util): util method to check if ts lang is available on any Neovim version. See #1422 2025-02-25 15:25:48 +01:00
indent.lua feat(indent): pass win to filter func. Closes #2307 2025-10-21 22:39:49 +02:00
init.lua chore(main): release 2.30.0 2025-11-06 22:23:04 +01:00
input.lua fix(input): fixed completion. Closes #2472 2025-11-08 06:45:04 +01:00
keymap.lua fix(keymap): make sure opts are a table. Closes #2392 2025-10-30 07:56:38 +01:00
layout.lua feat(win): better zindex calculation 2025-11-07 15:08:56 +01:00
lazygit.lua fix(lazygit): allow extensible user args (#789) 2025-10-19 07:42:25 +02:00
notifier.lua perf(notifier): stop trying to fit more notifs in the layout after skipping max 10 2025-10-26 20:10:56 +01:00
notify.lua
quickfile.lua
rename.lua fix(rename): made rename more robust and make sure target directory exists. Closes #2252 2025-10-21 08:32:27 +02:00
scope.lua fix(scope): textobjects should use synchronous treesitter parsing. Closes #2448 2025-11-05 10:29:12 +01:00
scratch.lua feat(gh): open scratch buffers at the bottom of the window. Closes #2476 2025-11-08 09:15:41 +01:00
scroll.lua fix(scroll): only reset count when needed 2025-10-27 17:26:51 +01:00
statuscolumn.lua feat(gh): new gh (GitHub cli) integration 2025-11-01 12:12:06 +01:00
terminal.lua fix(terminal): stack only terminal splits by default. Closes #2137 2025-10-21 16:04:38 +02:00
toggle.lua fix(toggle): set/get raw values for option toggles. See #2390 2025-11-05 08:03:03 +01:00
win.lua fix(win): allow scrolling beyond eob 2025-11-09 10:35:14 +01:00
words.lua fix(lsp): fix deprecated warnings related to lsp client 2025-09-15 07:42:46 +02:00
zen.lua feat(zen): added center option that defaults to true for zen mode and false for zoom mode. Closes #2422 2025-11-03 07:57:43 +01:00