about summary refs log tree commit diff
path: root/.config/nvim/lua/plugins/todo-comments.lua
blob: 64f12b7245e84ddc39d0afa1fd92032af11f51b1 (plain)
1
2
3
4
5
6
7
return {
  "folke/todo-comments.nvim",
  dependencies = { "nvim-lua/plenary.nvim" },
  opts = {
  }
}
-- TODO: Add a bind to :TodoTelescope at '<leader>ft'