You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an example of writing a plugin which adds Hello command to Nvim
On the step 3 "Add the following plugin to Nvim:" there is a code example written in Vimscript instead of Lua.
It would be great to have the same example but written in Lua.
Ideally, an example can be extended to have more details for developers who never work with go-client and plugin system before. Specifically, it would be great to give more details on the step "Add the following plugin to Nvim" since it does not clarify where exactly do we need to add plugin (what file, folder, etc. and how to register plugin so Neovim will launch it).
The text was updated successfully, but these errors were encountered:
It would be great to have the same example but written in Lua.
sure, that's an easy enough change to make.
Ideally, an example can be extended to have more details for developers who never work with go-client and plugin system before. Specifically, it would be great to give more details on the step "Add the following plugin to Nvim"
Can you try the steps outlined here and report your experience here?
justinmk
changed the title
Update an instruction on adding the plugin to Nvim with Lua code
docs: instructions for adding a plugin to Nvim with Lua
May 13, 2024
There is an example of writing a plugin which adds Hello command to Nvim
On the step 3 "Add the following plugin to Nvim:" there is a code example written in Vimscript instead of Lua.
It would be great to have the same example but written in Lua.
Ideally, an example can be extended to have more details for developers who never work with go-client and plugin system before. Specifically, it would be great to give more details on the step "Add the following plugin to Nvim" since it does not clarify where exactly do we need to add plugin (what file, folder, etc. and how to register plugin so Neovim will launch it).
The text was updated successfully, but these errors were encountered: