kosayoda / nvim-lightbulb

VSCode 💡 for neovim's built-in LSP.
MIT License
801 stars 30 forks source link

docs(README): Change vimscript to native nvim api call #45

Closed RayJameson closed 1 year ago

RayJameson commented 1 year ago

Just a suggestion, generally it's better to use vim.api But not a big deal, IMO this looks better

RayJameson commented 1 year ago

Just checked source code, it's used when autocmd set up automatically and even better there. I see why it's used like vim.cmd now. Closing this PR