Sergey

Results 113 comments of Sergey

As an option - when `requirePermissions` is called, you can store in global storage it's value with key equal class name + function name.

As a workaround, I made such thing, with the help of `vim.lsp.util.character_offset`: ```lua local function get_diagnostic_at_cursor() local cur_buf = vim.api.nvim_get_current_buf() local line, col = unpack(vim.api.nvim_win_get_cursor(0)) local entrys = vim.diagnostic.get(cur_buf, {...

Issue still present. Issue happens when `qs_highlight_on_keys` is set