neovim/fw

This commit is contained in:
gwg313 2024-09-03 23:07:50 -04:00
parent 8d5e0e6566
commit c4f7a64329
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
16 changed files with 427 additions and 24 deletions

View file

@ -2,6 +2,13 @@
programs.nixvim = {
plugins.todo-comments = {
enable = true;
keymaps = {
todoTelescope = {
key = "<leader>ft";
keywords = "TODO,FIX,HACK";
};
};
};
};
}