Skip to content

Commit 56ffc02

Browse files
committed
Disable word search in favor of native LSP hover
1 parent 4c9dcc2 commit 56ffc02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ vim.api.nvim_create_user_command('Rg', function(arg)
260260
vim.cmd 'copen'
261261
end, { bang = true, nargs = '*' })
262262

263-
vim.keymap.set('n', 'K', function()
264-
vim.cmd { cmd = 'Rg', args = { vim.fn.expand '<cword>' } }
265-
end, { desc = 'Search Word and push to qf' })
263+
-- vim.keymap.set('n', 'K', function()
264+
-- vim.cmd { cmd = 'Rg', args = { vim.fn.expand '<cword>' } }
265+
-- end, { desc = 'Search Word and push to qf' })
266266

267267
-- in RSI
268268
-- vim.keymap.set('i', '<C-E>', '<End>')

0 commit comments

Comments
 (0)