summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7db0967)
It is used by replace with register and deeply ingrained in muscle
memory.
--- /dev/null
+return {
+ -- lspconfig
+ {
+ "neovim/nvim-lspconfig",
+ ---@class PluginLspOpts
+ --
+ init = function ()
+ local keys = require("lazyvim.plugins.lsp.keymaps").get()
+
+ -- TODO: setup a new mapping for this
+ -- { "gr", "<cmd>Telescope lsp_references<cr>", desc = "References" },
+ keys[#keys+1] = { "gr", false }
+ end,
+ }
+}