nvim: shut up annoying warning about floats
This commit is contained in:
parent
d0a5e85dd6
commit
c3f414a82b
|
@ -16,7 +16,7 @@ if cmp and luasnip then
|
|||
formatting = {
|
||||
format = lspkind.cmp_format({
|
||||
mode = "symbol_text",
|
||||
maxwidth = vim.o.columns / 2,
|
||||
maxwidth = math.floor(vim.o.columns / 2),
|
||||
ellipsis_char = '…',
|
||||
menu = ({
|
||||
buffer = "[Buffer]",
|
||||
|
|
Loading…
Reference in New Issue
Block a user