mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +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
|
enum
|
||||||
;
|
;
|
||||||
inherit (lib.options) mkOption mkEnableOption;
|
inherit (lib.options) mkOption mkEnableOption;
|
||||||
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||||
in {
|
in {
|
||||||
options.vim.assistant.supermaven-nvim = {
|
options.vim.assistant.supermaven-nvim = {
|
||||||
enable = mkEnableOption "Supermaven AI assistant";
|
enable = mkEnableOption "Supermaven AI assistant";
|
||||||
|
|
||||||
setupOpts = lib.nvim.mkPluginSetupOption "Supermaven" {
|
setupOpts = mkPluginSetupOption "Supermaven" {
|
||||||
keymaps = {
|
keymaps = {
|
||||||
accept_suggestion = mkOption {
|
accept_suggestion = mkOption {
|
||||||
type = nullOr str;
|
type = nullOr str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue