1
0
Fork 0

nvim: switch to fzf rather than telescope

This commit is contained in:
Luca Bilke 2024-10-23 17:12:55 +02:00
parent ee67adaf8e
commit 7df2de8159
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
3 changed files with 15 additions and 9 deletions

View File

@ -21,6 +21,7 @@ require("lazy").setup({
-- { import = "lazyvim.plugins.extras.coding.neogen" },
{ import = "lazyvim.plugins.extras.dap.core" },
-- { import = "lazyvim.plugins.extras.editor.dial" },
{ import = "lazyvim.plugins.extras.editor.fzf" },
{ import = "lazyvim.plugins.extras.editor.illuminate" },
{ import = "lazyvim.plugins.extras.editor.leap" },
{ import = "lazyvim.plugins.extras.editor.overseer" },

View File

@ -8,5 +8,7 @@ local map = vim.keymap.set
-- TODO: Also remove which-key entries
unmap("n", "<Leader>uL")
unmap("n", "<Leader>ul")
-- unmap("n", "<Leader>ft")
-- unmap("n", "<Leader>fT")
map("v", "p", "pgvy", { remap = true })

View File

@ -19,15 +19,18 @@ return {
},
},
},
{
"folke/todo-comments.nvim",
event = "VeryLazy",
opts = {
highlight = {
multiline = false,
},
},
},
-- {
-- "folke/todo-comments.nvim",
-- event = "VeryLazy",
-- opts = {
-- highlight = {
-- multiline = false,
-- },
-- },
-- keys = {
-- { "<leader>ft", "<cmd>TodoTelescope<cr>", desc = "Find Todos" },
-- },
-- },
{
"NvChad/nvim-colorizer.lua",
cmd = { "ColorizerToggle", "ColorizerAttachToBuffer", "ColorizerDetachFromBuffer", "ColorizerReloadAllBuffers" },