22 lines
374 B
Nix
22 lines
374 B
Nix
{...}: {
|
|
plugins = {
|
|
# grug-far = {
|
|
# enable = true;
|
|
# };
|
|
# flash = {
|
|
# enable = true;
|
|
# };
|
|
# which-key = {
|
|
# enable = true;
|
|
# };
|
|
# gitsigns = {
|
|
# enable = true;
|
|
# };
|
|
# trouble = {
|
|
# enable = true;
|
|
# };
|
|
# todo-comments = {
|
|
# enable = true;
|
|
# };
|
|
};
|
|
}
|