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 = {
|
formatting = {
|
||||||
format = lspkind.cmp_format({
|
format = lspkind.cmp_format({
|
||||||
mode = "symbol_text",
|
mode = "symbol_text",
|
||||||
maxwidth = vim.o.columns / 2,
|
maxwidth = math.floor(vim.o.columns / 2),
|
||||||
ellipsis_char = '…',
|
ellipsis_char = '…',
|
||||||
menu = ({
|
menu = ({
|
||||||
buffer = "[Buffer]",
|
buffer = "[Buffer]",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user