diff options
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/doc/configs.txt b/doc/configs.txt index c02c1aad..d5803703 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1592,11 +1592,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g03377b9552" + version = "0.12.0-dev+gacc3554439" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g03377b9552" + version = "0.12.0-dev+gacc3554439" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3461,20 +3461,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g03377b9552" + version = "0.12.0-dev+gacc3554439" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g03377b9552" + version = "0.12.0-dev+gacc3554439" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g03377b9552" + version = "0.12.0-dev+gacc3554439" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g03377b9552" + version = "0.12.0-dev+gacc3554439" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 @@ -6519,6 +6519,26 @@ Default config: < ------------------------------------------------------------------------------ +pony_language_server + +https://github.com/ponylang/pony-language-server + +Language server for the Pony programming language + +Snippet to enable the language server: >lua + vim.lsp.enable('pony_language_server') + + +Default config: +- cmd: >lua + { "pony-lsp" } +- filetypes: >lua + { "pony" } +- root_markers: >lua + { "corral.json", ".git" } +< + +------------------------------------------------------------------------------ poryscript_pls https://github.com/huderlem/poryscript-pls |
