Neovim LSP Autocomplete #3451
Closed
joshmedeski
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Hey there @joshmedeski; the best bet is to first, install the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, once I installed and loaded the EmmyLua Spoon, I created this {
"neodev": {
"library": {
"enabled": true,
"plugins": ["nvim-lspconfig"]
}
},
"lspconfig": {
"lua_ls": {
"Lua.workspace.library": [
"/Users/{username}/.hammerspoon/Spoons/EmmyLua.spoon/annotations"
]
}
}
} And it works! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Neovim to write my hammerspoon configuration.
I'd love to setup auto-complete, code completion, and documentation for the lua language server.
What would be the first steps to getting this done? Has anyone else made any attempts to work on this?
Beta Was this translation helpful? Give feedback.
All reactions