neovim/fw
This commit is contained in:
parent
8d5e0e6566
commit
c4f7a64329
16 changed files with 427 additions and 24 deletions
|
|
@ -2,6 +2,13 @@
|
|||
programs.nixvim = {
|
||||
plugins.todo-comments = {
|
||||
enable = true;
|
||||
|
||||
keymaps = {
|
||||
todoTelescope = {
|
||||
key = "<leader>ft";
|
||||
keywords = "TODO,FIX,HACK";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue