Updated config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-04-04 11:13:28 +02:00
parent 8832c1d7b8
commit df0da06a04
6 changed files with 32 additions and 20 deletions

View File

@@ -9,7 +9,12 @@ return {
"folke/todo-comments.nvim",
ependencies = { "nvim-lua/plenary.nvim" },
event = { "BufReadPre", "BufNewFile" },
config = true,
config = function()
local todo = require("todo-comments")
todo.setup({})
vim.keymap.set("n", "<leader>ft", "<cmd>TodoTelescope<CR>", { noremap = true, silent = true })
end,
},
{
"folke/trouble.nvim",