mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
feat: breadcrumbs
This commit is contained in:
parent
eaab87d151
commit
14179505b3
8 changed files with 222 additions and 1 deletions
5
modules/ui/breadcrumbs/breadcrumbs.nix
Normal file
5
modules/ui/breadcrumbs/breadcrumbs.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{lib, ...}: {
|
||||
options.vim.ui.breadcrumbs = {
|
||||
enable = lib.mkEnableOption "breadcrumbs";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue