some keymaps

This commit is contained in:
2025-06-09 13:15:49 +02:00
parent 80ffc33604
commit 1d7b46bc71
2 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
return {
{
'supermaven-inc/supermaven-nvim',
config = function()
require('supermaven-nvim').setup {
binary = {
fetcher = {
powershell_cmd = {
'powershell',
'-NoProfile',
'-NonInteractive',
'-ExecutionPolicy',
'Bypass',
'-Command',
},
},
},
}
end,
},
}