mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(keymaps): added support for lazy's per-mode keymap disabling
This commit is contained in:
parent
af9e452854
commit
1bc78272da
4 changed files with 68 additions and 53 deletions
|
@ -55,7 +55,7 @@ return {
|
|||
-- mason = false, -- set to false if you don't want this server to be installed with mason
|
||||
-- Use this to add any additional keymaps
|
||||
-- for specific lsp servers
|
||||
---@type LazyKeys[]
|
||||
---@type LazyKeysSpec[]
|
||||
-- keys = {},
|
||||
settings = {
|
||||
Lua = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue