renamer.nvim
renamer.nvim copied to clipboard
Working LSP, but still get "No LSP client found for the current file"
This is caused by using the # operator which expects a 1 based sequence which is not always the case even if there are values in vim.lsp.buf_get_clients(0). You'll have to count another way.
https://github.com/filipdutescu/renamer.nvim/blob/1614d466df53899f11dd5395eaac3c09a275c384/lua/renamer/utils.lua#L86
Same error:
LspInfo:
Still same error here.