fix warnings

This commit is contained in:
Vivian 2024-09-12 10:26:45 +02:00
parent f42c42b0a7
commit 1121272da3
4 changed files with 70 additions and 105 deletions

View file

@ -215,8 +215,10 @@ with lib;
enable = true;
settings = {
new_notes_location = "notes_subdir";
disable_frontmatter = true;
notes_subdir = "Unsorted";
daily_notes = {
folder = "daily";
folder = "Daily";
};
workspaces = [
{
@ -274,7 +276,6 @@ with lib;
treesitter = {
enable = true;
nixGrammars = true;
disabledLanguages = [ "latex" ];
};
# surround.enable = true;
fugitive.enable = true;
@ -282,7 +283,7 @@ with lib;
lualine = {
enable = true;
theme = "catppuccin";
settings.options.theme = "catppuccin";
};
telescope = {