Skip to content
Snippets Groups Projects
Verified Commit bc7e6d61 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: customizing completions doc window

parent 7f1aa33d
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,10 @@ return { -- Autocompletion
luasnip.lsp_expand(args.body)
end,
},
window = {
-- completion = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered(),
},
completion = { completeopt = 'menu,menuone,noinsert' },
-- For an understanding of why these mappings were
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment