mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
modules/lsp/keymaps: init
Initial LSP keymaps option, inspired by `keymapsOnEvent` and `plugins.lsp.keymaps`. Users can define `lspBufAction` instead of `action` if they wish to use a `vim.lsp.buf.<action>` callback.
This commit is contained in:
parent
90eb4e681c
commit
552dec0e55
2 changed files with 127 additions and 0 deletions
|
@ -137,6 +137,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./keymaps.nix
|
||||
];
|
||||
|
||||
config =
|
||||
let
|
||||
enabledServers = lib.pipe cfg.servers [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue