mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: move keymaps to options
This commit is contained in:
parent
9e37a42e8c
commit
39b23db674
1 changed files with 7 additions and 9 deletions
|
|
@ -1,15 +1,13 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"supermaven-inc/supermaven-nvim",
|
"supermaven-inc/supermaven-nvim",
|
||||||
config = function()
|
opts = {
|
||||||
require("supermaven-nvim").setup({
|
keymaps = {
|
||||||
keymaps = {
|
accept_suggestion = "<C-y>",
|
||||||
accept_suggestion = "<C-y>",
|
clear_suggestion = "<C-]>",
|
||||||
clear_suggestion = "<C-]>",
|
accept_word = "<C-j>",
|
||||||
accept_word = "<C-j>",
|
},
|
||||||
},
|
},
|
||||||
})
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue