7 lines
109 B
Nix
7 lines
109 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
notes = {
|
|
todo-comments.enable = true;
|
|
};
|
|
};
|
|
}
|