Skip to content

Commit

Permalink
[nvim] fix completion borders
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Nov 25, 2023
1 parent 5f39424 commit b4dbdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ in {
local cmp_action = lsp.cmp_action()
cmp.setup({
window = {
comptetion = cmp.config.window.bordered(),
ducumentation = cmp.config.window.bordered(),
completion = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered(),
},
mapping = cmp.mapping.preset.insert({
-- Confirm completion with `Enter` (default is `Ctrl-y`)
Expand Down

0 comments on commit b4dbdb5

Please sign in to comment.