mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: import heirline plugin
This commit is contained in:
parent
ef1b4d88bc
commit
0100c794c9
3 changed files with 23 additions and 0 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -464,6 +464,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"heirline": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1676845133,
|
||||||
|
"narHash": "sha256-2rx2QWDJN8TAtCnwmh2izniQJPHx0uE7KpfzISIQY18=",
|
||||||
|
"owner": "rebelot",
|
||||||
|
"repo": "heirline.nvim",
|
||||||
|
"rev": "b69415d912d466db17b8ee1eb777cc7f776a9286",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "rebelot",
|
||||||
|
"repo": "heirline.nvim",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"icon-picker-nvim": {
|
"icon-picker-nvim": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -1242,6 +1258,7 @@
|
||||||
"gesture-nvim": "gesture-nvim",
|
"gesture-nvim": "gesture-nvim",
|
||||||
"gitsigns-nvim": "gitsigns-nvim",
|
"gitsigns-nvim": "gitsigns-nvim",
|
||||||
"glow-nvim": "glow-nvim",
|
"glow-nvim": "glow-nvim",
|
||||||
|
"heirline": "heirline",
|
||||||
"icon-picker-nvim": "icon-picker-nvim",
|
"icon-picker-nvim": "icon-picker-nvim",
|
||||||
"indent-blankline": "indent-blankline",
|
"indent-blankline": "indent-blankline",
|
||||||
"kommentary": "kommentary",
|
"kommentary": "kommentary",
|
||||||
|
|
|
@ -160,6 +160,11 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
heirline = {
|
||||||
|
url = "github:rebelot/heirline.nvim";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
# Autocompletes
|
# Autocompletes
|
||||||
nvim-compe = {
|
nvim-compe = {
|
||||||
url = "github:hrsh7th/nvim-compe";
|
url = "github:hrsh7th/nvim-compe";
|
||||||
|
|
|
@ -70,6 +70,7 @@ with lib; let
|
||||||
"kommentary"
|
"kommentary"
|
||||||
"mind-nvim"
|
"mind-nvim"
|
||||||
"fidget-nvim"
|
"fidget-nvim"
|
||||||
|
"heirline"
|
||||||
];
|
];
|
||||||
# You can either use the name of the plugin or a package.
|
# You can either use the name of the plugin or a package.
|
||||||
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue