dotfiles/.config/nvim/lua/plugins/todo-comments.lua
Sergio Laín 580e839fb6
feat(nvim): floaterm as default terminal instead of toggleterm
had some problem with toggleterm so now floaterm is my new best friend. it needs some testing and
mappings but now is really functional
2023-10-22 18:43:34 +02:00

10 lines
179 B
Lua

return {
{
"folke/todo-comments.nvim",
-- stylua: ignore
keys = {
{ "<leader>st", false},
{ "<leader>sT", "<cmd>TodoTelescope<cr>", desc = "Todo" },
},
},
}