tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
add more lsp stuff
0xda157
3 months ago
bf7e0b5c
31de0c97
+3
-1
1 changed file
expand all
collapse all
unified
split
modules
plugins
lsp
default.nix
+3
-1
modules/plugins/lsp/default.nix
···
15
15
};
16
16
lspBuf = {
17
17
K = "hover";
18
18
-
"<c-k>" = "signature_help";
19
18
gi = "implementation";
20
19
gd = "definition";
21
20
gD = "declaration";
22
21
gt = "type_definition";
22
22
+
gr = "references";
23
23
+
rn = "rename";
24
24
+
"<leader>ca" = "code_action";
23
25
};
24
26
extra = [
25
27
{