Skip to content

Commit

Permalink
Try fixing cmp-nvim-lsp-signature-help messing with CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 7, 2023
1 parent 0793b4e commit 54d8856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ return {
local cmp = require'cmp'

cmp.setup{
preselect = cmp.PreselectMode.None,
snippet = { expand = function(args) vim.fn["vsnip#anonymous"](args.body) end },
window = {
completion = cmp.config.window.bordered(),
Expand Down

0 comments on commit 54d8856

Please sign in to comment.