mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
feat: add modes-nvim
This commit is contained in:
parent
7d0d0e7963
commit
e20ebe6f68
3 changed files with 37 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with builtins; {
|
||||
options.vim.ui.modes-nvim = {
|
||||
enable = mkEnableOption "Enable modes.nvim UI elements";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue