nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.39k stars 69 forks source link

docs(refactoring): accomodate changes in neovim api #102

Closed omer-vishlitzky closed 4 months ago

omer-vishlitzky commented 4 months ago

In the refactoring builtin, changed the instruction to use vim.lsp.buf.range_code_action() to use vim.lsp.buf.code_action() as the former was deprecated in favor of the latter. See here Also removed the instruction to use telescope code action (deprecated as well. See here)

mochaaP commented 4 months ago

tysm!