mirror of
https://github.com/cap153/nvim.git
synced 2026-01-08 04:07:35 +08:00
更新neovim配置
This commit is contained in:
parent
926899e09a
commit
23ac44ae4e
34 changed files with 408 additions and 1312 deletions
15
lua/lazy/plugins/supermaven.lua
Normal file
15
lua/lazy/plugins/supermaven.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
-- ===
|
||||
-- === 一个ai编程助手,号称是最快的copilot
|
||||
-- ===
|
||||
return {
|
||||
"supermaven-inc/supermaven-nvim",
|
||||
config = function()
|
||||
require("supermaven-nvim").setup({
|
||||
keymaps = {
|
||||
accept_suggestion = "<S-CR>",
|
||||
clear_suggestion = "<C-n>",
|
||||
accept_word = "<C-i>",
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue