enable todo-comments
This commit is contained in:
parent
c860ee8f93
commit
e9944e0018
1 changed files with 5 additions and 0 deletions
|
@ -164,6 +164,11 @@ in {
|
|||
comments.comment-nvim.enable = true;
|
||||
|
||||
# TODO learn and add harpoon
|
||||
|
||||
notes.todo-comments = {
|
||||
enable = true;
|
||||
mappings.telescope = "<leader>tt";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue