mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-11 17:54:30 +02:00
plugins/otter: migrate autoActivate to the new lsp module
This commit is contained in:
parent
67785f9577
commit
e58246583e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
'';
|
||||
};
|
||||
|
||||
plugins.lsp.onAttach = lib.mkIf cfg.autoActivate ''
|
||||
lsp.onAttach = lib.mkIf cfg.autoActivate ''
|
||||
require('otter').activate()
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue