0xda157's nixvim config

add more lsp stuff

0xda157 bf7e0b5c 31de0c97

+3 -1
+3 -1
modules/plugins/lsp/default.nix
··· 15 15 }; 16 16 lspBuf = { 17 17 K = "hover"; 18 - "<c-k>" = "signature_help"; 19 18 gi = "implementation"; 20 19 gd = "definition"; 21 20 gD = "declaration"; 22 21 gt = "type_definition"; 22 + gr = "references"; 23 + rn = "rename"; 24 + "<leader>ca" = "code_action"; 23 25 }; 24 26 extra = [ 25 27 {