Skip to content

Commit

Permalink
refactor(nvim-cmp): remove borders for cmp window (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 8, 2024
1 parent 333c2ca commit 38a465c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/configs/hrsh7th/nvim-cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ local setup_opts = {
{ name = "buffer" },
{ name = "async_path" },
}),
window = {
completion = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered(),
},
formatting = {
format = require("lspkind").cmp_format({
mode = "symbol",
Expand Down

0 comments on commit 38a465c

Please sign in to comment.