mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 14:45:26 +02:00
modules/lsp: add onAttach
option
Similar to `plugins.lsp.onAttach`, implement a "global" equivalent to the per-server `on_attach` callback. This is implemented using a `LspAttach` autoCmd.
This commit is contained in:
parent
391e4fd093
commit
a45b5f372f
2 changed files with 49 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
imports = [
|
||||
./servers
|
||||
./keymaps.nix
|
||||
./on-attach.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue