mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 03:25:58 +01:00
6 lines
101 B
Nix
6 lines
101 B
Nix
|
{lib, ...}: {
|
||
|
options.vim.ui.breadcrumbs = {
|
||
|
enable = lib.mkEnableOption "breadcrumbs";
|
||
|
};
|
||
|
}
|