mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
25.12.23
This commit is contained in:
16
.config/nvim/lua/plugins/todo_comments.lua
Normal file
16
.config/nvim/lua/plugins/todo_comments.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"folke/trouble.nvim"
|
||||
},
|
||||
opts = {},
|
||||
config = function()
|
||||
require("todo-comments").setup()
|
||||
end,
|
||||
keys = {
|
||||
{ "<LEADER>Ct", "<CMD>TroubleToggle todo<CR>" }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user