This is an early implementation of writing an LSP server the for nelua programming language
- I've only tested this on my machine running arch linux and I'm pretty sure it currently won't work correctly on windows. Please report errors when you discover and if possible help me get it working on windows
- Due to some issues in analyzing the document, memory usage increases on each request(textDocument/didChange, textDocument/didSave, etc) and currently waiting on a fix from the language creator
- Go to Definition
- Hover
- Diagnostics
- Completions
- Variable Renaming
nelua -L /path/to/nelua-lsp --script /path/to/nelua-lsp/main.lua
Read EDITORS.md for specific instructions on how to use it in your code editor.
nelua -L /path/to/nelua-lsp --script /path/to/nelua-lsp/test.lua