mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-21 19:58:59 +02:00
before merge
This commit is contained in:
parent
d36fd4c33f
commit
b9ef0753bb
2 changed files with 10 additions and 43 deletions
3
init.lua
3
init.lua
|
@ -155,7 +155,7 @@ require('lazy').setup({
|
|||
config = function()
|
||||
require('supermaven-nvim').setup {
|
||||
keymaps = {
|
||||
accept_suggestion = '<C-a>',
|
||||
accept_suggestion = '<C-CR>',
|
||||
clear_suggestion = '<C-]>',
|
||||
accept_word = '<C-j>',
|
||||
},
|
||||
|
@ -960,7 +960,6 @@ require('lazy').setup({
|
|||
-- Or use telescope!
|
||||
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
|
||||
-- you can continue same window with `<space>sr` which resumes last telescope search
|
||||
|
||||
}, {
|
||||
ui = {
|
||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue