Added flash.nvim

This commit is contained in:
EsVagy42 2026-03-08 13:20:00 +01:00
parent 1302231b7c
commit 167efe5a88
3 changed files with 23 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{ lib, ... }: {
{ lib, ... }:
{
plugins = {
mini = {
enable = true;
@ -61,7 +62,11 @@
animate = { };
cursorword = { };
icons = { };
indentscope = { options = { try_as_border = true; }; };
indentscope = {
options = {
try_as_border = true;
};
};
notify = { };
starter = { };
statusline = { };