pkgs(nixvim): Add some basic structure

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent c75945ddba
commit 0bae976b08
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 55 additions and 0 deletions

22
pkgs/nixvim/editor.nix Normal file
View file

@ -0,0 +1,22 @@
{...}: {
plugins = {
# grug-far = {
# enable = true;
# };
# flash = {
# enable = true;
# };
# which-key = {
# enable = true;
# };
# gitsigns = {
# enable = true;
# };
# trouble = {
# enable = true;
# };
# todo-comments = {
# enable = true;
# };
};
}