mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 09:10:14 +00:00
fix: helix ignore for specific files
This commit is contained in:
@ -120,6 +120,10 @@ in
|
||||
|
||||
};
|
||||
|
||||
ignores = [
|
||||
"content/.obsidian/**"
|
||||
];
|
||||
|
||||
settings = {
|
||||
theme = "base16";
|
||||
|
||||
|
Reference in New Issue
Block a user