feat: add modes-nvim

This commit is contained in:
NotAShelf 2023-04-04 23:33:36 +03:00
commit e20ebe6f68
No known key found for this signature in database
GPG key ID: 05A3BD53FEB32B81
3 changed files with 37 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.ui.modes-nvim = {
enable = mkEnableOption "Enable modes.nvim UI elements";
};
}