feat: effectively finish nvf as ide #10
This commit is contained in:
parent
ab4113b74d
commit
3f82161bae
16 changed files with 564 additions and 53 deletions
11
users/modules/programs/nvf/notes.nix
Normal file
11
users/modules/programs/nvf/notes.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue