mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
assistant/supermaven-nvim: import improvement
This commit is contained in:
parent
c86a8a7ddb
commit
0bd9f1f0ec
1 changed files with 2 additions and 1 deletions
|
@ -9,11 +9,12 @@
|
|||
enum
|
||||
;
|
||||
inherit (lib.options) mkOption mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.assistant.supermaven-nvim = {
|
||||
enable = mkEnableOption "Supermaven AI assistant";
|
||||
|
||||
setupOpts = lib.nvim.mkPluginSetupOption "Supermaven" {
|
||||
setupOpts = mkPluginSetupOption "Supermaven" {
|
||||
keymaps = {
|
||||
accept_suggestion = mkOption {
|
||||
type = nullOr str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue