plugins.harpoon.projects
Predefined projetcs. The keys of this attrs should be the path to the project. $HOME is working.
Type: attribute set of (submodule)
Default:
{ }
Example:
''
projects = {
"$HOME/personal/vim-with-me/server" = {
termCommands = [
"./env && npx ts-node src/index.ts"
];
};
};
''
Declared by:
plugins.harpoon.projects.<name>.marks
List of predefined marks (filenames) for this project.
Type: null or (list of string)
Default:
null
Declared by:
plugins.harpoon.projects.<name>.termCommands
List of predefined terminal commands for this project.
Type: null or (list of string)
Default:
null
Declared by: