From 64f478a0ec00599ce235f3d11149830d8736458b Mon Sep 17 00:00:00 2001 From: Alexandre Ignjatovic Date: Tue, 16 Jul 2024 15:29:36 +0200 Subject: [PATCH] Add supermaven --- .gitignore | 1 + init.lua | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 005b535b..427eb18c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.supermaven tags test.sh .luarc.json diff --git a/init.lua b/init.lua index b9273a48..6f09b1b5 100644 --- a/init.lua +++ b/init.lua @@ -340,6 +340,12 @@ require('lazy').setup({ }, }, + { + 'supermaven-inc/supermaven-nvim', + config = function() + require('supermaven-nvim').setup {} + end, + }, -- NOTE: Plugins can specify dependencies. -- -- The dependencies are proper plugin specifications as well - anything