diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 85bfcc6..eba3d27 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -1,6 +1,22 @@ {pkgs, ...}: { plugins.lsp = { enable = true; + + keymaps.extra = [ + { + action = "LspStop"; + key = "lx"; + } + { + action = "LspStart"; + key = "ls"; + } + { + action = "LspRestart"; + key = "lr"; + } + ]; + servers = { # python ruff.enable = true;