diff --git a/init.lua b/init.lua index 13e8f363..567b7466 100644 --- a/init.lua +++ b/init.lua @@ -658,7 +658,8 @@ require('lazy').setup({ -- Accept ([y]es) the completion. -- This will auto-import if your LSP supports it. -- This will expand snippets if the LSP sent a snippet. - [''] = cmp.mapping.confirm { select = true }, + -- original: [''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.confirm { select = true }, -- Manually trigger a completion from nvim-cmp. -- Generally you don't need this, because nvim-cmp will display diff --git a/lua/custom/plugins/trouble.lua b/lua/custom/plugins/trouble.lua index 0fb33ced..2658cf4b 100644 --- a/lua/custom/plugins/trouble.lua +++ b/lua/custom/plugins/trouble.lua @@ -1,6 +1,7 @@ return { 'folke/trouble.nvim', - branch = 'dev', -- IMPORTANT! + -- branch = 'dev', -- IMPORTANT! + cmd = 'Trouble', keys = { { 'xx',