Added flash.nvim
This commit is contained in:
parent
1302231b7c
commit
167efe5a88
3 changed files with 23 additions and 2 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue