fix warnings
This commit is contained in:
parent
f42c42b0a7
commit
1121272da3
4 changed files with 70 additions and 105 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue