feat: breadcrumbs

This commit is contained in:
raf 2023-07-19 22:49:06 +03:00
commit 14179505b3
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
8 changed files with 222 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{lib, ...}: {
options.vim.ui.breadcrumbs = {
enable = lib.mkEnableOption "breadcrumbs";
};
}