Skip to content

Commit

Permalink
chore(nvim): disable preview lsp code action
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 25, 2023
1 parent 0799419 commit 106e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ require("lazy").setup({
vim.keymap.set("n", "gr", ":FzfLua lsp_references<CR>")
vim.keymap.set("n", "<Space>i", ":FzfLua lsp_implementations<CR>")
vim.keymap.set("n", "gi", ":FzfLua lsp_implementations<CR>")
vim.keymap.set("n", "<Space>ca", ":FzfLua lsp_code_actions<CR>")
vim.keymap.set("n", "<Space>ca", ":FzfLua lsp_code_actions previewer=false<CR>")
end,
},

Expand Down

0 comments on commit 106e138

Please sign in to comment.