mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
fix: syntax
This commit is contained in:
parent
91fb090863
commit
f883e16d11
2 changed files with 17 additions and 17 deletions
|
@ -18,4 +18,5 @@
|
||||||
yazi
|
yazi
|
||||||
fd
|
fd
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,22 @@
|
||||||
# Misc stuff
|
# Misc stuff
|
||||||
{
|
{
|
||||||
programs.nixvim.plugins = {
|
programs.nixvim.plugins = {
|
||||||
# Extra (stuff that doesn't affect editing)
|
# Extra (stuff that doesn't affect editing)
|
||||||
wakatime.enable = true;
|
wakatime.enable = true;
|
||||||
presence-nvim = {
|
presence-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
editingText = "Hacking %s";
|
editingText = "Hacking %s";
|
||||||
workspaceText = "The One True Text Editor";
|
workspaceText = "The One True Text Editor";
|
||||||
buttons = [
|
buttons = [
|
||||||
{
|
{
|
||||||
label = "GitHub";
|
label = "GitHub";
|
||||||
url = "https://github.com/youwen5";
|
url = "https://github.com/youwen5";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = "Code Forge";
|
label = "Code Forge";
|
||||||
url = "https://code.youwen.dev/";
|
url = "https://code.youwen.dev/";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue