Fix some lsp warnings

This commit is contained in:
Akianonymus 2022-08-18 00:31:31 +05:30 committed by Sidhanth Rathod
parent 5e81ae8379
commit 130442712b
2 changed files with 2 additions and 2 deletions
lua/plugins/configs

View file

@ -27,7 +27,7 @@ local function button(sc, txt, keybind)
type = "button",
val = txt,
on_press = function()
local key = vim.api.nvim_replace_termcodes(sc_, true, false, true)
local key = vim.api.nvim_replace_termcodes(sc_, true, false, true) or ""
vim.api.nvim_feedkeys(key, "normal", false)
end,
opts = opts,