mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 00:10:02 +02:00
new source
This commit is contained in:
parent
0e8465d1c6
commit
5a529c5784
3 changed files with 76 additions and 18 deletions
17
init.lua
17
init.lua
|
@ -157,12 +157,6 @@ require('lazy').setup({
|
|||
opts = {},
|
||||
},
|
||||
},
|
||||
{
|
||||
'supermaven-inc/supermaven-nvim',
|
||||
config = function()
|
||||
require('supermaven-nvim').setup {}
|
||||
end,
|
||||
},
|
||||
-- Here is a more advanced example where we pass configuration
|
||||
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
|
||||
-- require('gitsigns').setup({ ... })
|
||||
|
@ -950,14 +944,3 @@ local templ_format = function()
|
|||
end,
|
||||
})
|
||||
end
|
||||
require('supermaven-nvim').setup {
|
||||
keymaps = {
|
||||
accept_suggestion = '<Tab>',
|
||||
clear_suggestion = '<C-]>',
|
||||
},
|
||||
ignore_filetypes = { cpp = true },
|
||||
color = {
|
||||
-- suggestion_color = '#ffffff',
|
||||
cterm = 244,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue