LazyVim.LazyVim/lua/lazyvim
mbhutton 29ed06e000
fix(options): don't lower timeoutlen when in VS Code (#2568)
Avoid lowering timeoutlen when running in VS Code, to avoid
unwanted timeouts from key mappings.

The lower value of 300ms (down from Neovim's default of 1000ms)
works great outside of VS Code, where it helps trigger the which-key UI
quickly, and where which-key prevents timeouts from occuring.

But in VS Code (where which-key isn't applicable), the lower value
makes it difficult to perform some key mappings in time,
such as `]p`, which requires shifting hand position.
2024-03-07 11:39:57 +01:00
..
config fix(options): don't lower timeoutlen when in VS Code (#2568) 2024-03-07 11:39:57 +01:00
plugins fix(neo-tree): Add description to "Y" in Neo-Tree (#2642) 2024-03-07 11:34:20 +01:00
util feat(toggle): use vim.diagnostic.is_disabled when available (#2217) 2024-01-21 20:41:11 +01:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00