Compare commits
No commits in common. "964f50c149f2aa3c627377ba2ca5df076ef434db" and "b30bdbc6825c521b723ead08f549bafacf01bf3c" have entirely different histories.
964f50c149
...
b30bdbc682
1 changed files with 3 additions and 5 deletions
|
@ -186,13 +186,11 @@
|
|||
nixd.enable = true;
|
||||
tailwindcss.enable = true;
|
||||
terraform_lsp.enable = true;
|
||||
ts_ls.enable = true;
|
||||
};
|
||||
keymaps.lspBuf = {
|
||||
grn = "rename";
|
||||
grr = "references";
|
||||
gri = "implementation";
|
||||
grd = "definition";
|
||||
gd = "definition";
|
||||
gi = "implementation";
|
||||
gr = "references";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue