mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 17:21:33 +00:00
remove old mapping
This commit is contained in:
@ -185,9 +185,9 @@ end, { desc = "Set current filetype" })
|
||||
map("n", "<leader>fd", function()
|
||||
require("telescope.builtin").diagnostics()
|
||||
end, { desc = "Find Diagnostics" })
|
||||
map("n", "<leader>fn", function()
|
||||
--[[ map("n", "<leader>fn", function()
|
||||
require("telescope").extensions.notify.notify()
|
||||
end, { desc = "View notify history" })
|
||||
end, { desc = "View notify history" }) ]]
|
||||
|
||||
-- lspconfig
|
||||
map("n", "<leader>co", "<cmd> OrganizeImports <CR>", { desc = "Organize imports" })
|
||||
|
Reference in New Issue
Block a user