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