powermenu suspend fix, cmp org mode working
This commit is contained in:
parent
e00d0d63f5
commit
c0a675747e
4 changed files with 11 additions and 5 deletions
|
@ -154,13 +154,11 @@ cmp.setup {
|
|||
{ name = 'luasnip' },
|
||||
{ name = 'nvim_lsp_signature_help' },
|
||||
{ name = "path" },
|
||||
{ name = "orgmode" }
|
||||
},
|
||||
{
|
||||
--This sources will only show up if there aren't any sources from the other list
|
||||
{ name = "buffer", keyword_length = 5 },
|
||||
},
|
||||
{
|
||||
{ name = "orgmode" }
|
||||
}
|
||||
),
|
||||
confirm_opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue