feat: effectively finish nvf as ide #10

This commit is contained in:
Mohammad Rafiq 2025-03-13 23:51:47 +08:00
parent ab4113b74d
commit 3f82161bae
16 changed files with 564 additions and 53 deletions

View file

@ -0,0 +1,11 @@
{
programs.nvf.settings.vim.notes = {
# TODO: look into mind nvim
# todo-comments provides quick search for keywords like TODO
# default mappings
# - Open Todo-s in a quickfix list:<leader>tdq
# - Open Todo-s in telescope:<leader>tds
# - Open Todo-s in Trouble:<leader>tdt
todo-comments.enable = true;
};
}