diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-19 14:32:21 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-19 14:32:21 +0200 |
| commit | 40ff39552b75612de7c644c47dcabae77e9b7cec (patch) | |
| tree | af81f2f5330ad7f0e35b09498509dcac80a36567 /lua | |
| parent | 25a65d346c4a32214ffad43b82d33952b78665b0 (diff) | |
| download | dotfiles-40ff39552b75612de7c644c47dcabae77e9b7cec.tar.gz dotfiles-40ff39552b75612de7c644c47dcabae77e9b7cec.zip | |
Add plugin Replacer.nvim keybinding
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/keys.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/keys.lua b/lua/user/keys.lua index 3f1157a..a70290f 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -293,3 +293,6 @@ map("n", "<leader>td", "<CMD>TroubleToggle document_diagnostics<CR>") map("n", "<leader>tq", "<CMD>TroubleToggle quickfix<CR>") map("n", "<leader>tl", "<CMD>TroubleToggle loclist<CR>") map("n", "gR", "<CMD>TroubleToggle lsp_references<CR>") + +-- Replacer +map('n', '<Leader>qr', ':lua require("replacer").run()<CR>') |
