yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
447 stars 43 forks source link

Create a command to apply suggested fixes #518

Closed jclsn closed 1 month ago

jclsn commented 1 month ago

I could not find a command to apply a suggested fix. Something Like :LspDiagFix or similar maybe

jclsn commented 1 month ago

Found the solution myself. You can just use

:LspCodeAction 1