Skip to content

Commit

Permalink
F/nvim-cmp: remove unexpected letter
Browse files Browse the repository at this point in the history
The buffer hint text has an unexpected slash.

Signed-off-by: Avimitin <[email protected]>

Former-commit-id: 19f3f71 [formerly 19f3f71 [formerly 7f2adab]]
Former-commit-id: aac33ff
Former-commit-id: b9516f3
  • Loading branch information
Avimitin committed Dec 21, 2021
1 parent 43641dc commit 602ef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cmp.setup({
format = require("lspkind").cmp_format({
with_text = true,
menu = ({
buffer = "/ ﬘ Buf",
buffer = "﬘ Buf",
nvim_lsp = " LSP",
luasnip = " LSnip",
snippet = " VSnip",
Expand Down

0 comments on commit 602ef79

Please sign in to comment.