aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-12-08 11:03:05 +0100
committerGitHub <noreply@github.com>2022-12-08 10:03:05 +0000
commit01464927921c97d4e5ddbd985c6d27b29b927c17 (patch)
tree0aae2eed4daf9f0ed55c00954e277b25f5806246 /PACKAGES.md
parentrefactor(installer): rename run_installer to exec_in_context (#744) (diff)
downloadmason-01464927921c97d4e5ddbd985c6d27b29b927c17.tar
mason-01464927921c97d4e5ddbd985c6d27b29b927c17.tar.gz
mason-01464927921c97d4e5ddbd985c6d27b29b927c17.tar.bz2
mason-01464927921c97d4e5ddbd985c6d27b29b927c17.tar.lz
mason-01464927921c97d4e5ddbd985c6d27b29b927c17.tar.xz
mason-01464927921c97d4e5ddbd985c6d27b29b927c17.tar.zst
mason-01464927921c97d4e5ddbd985c6d27b29b927c17.zip
chore: update generated code (#746)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 703571e0..1e103e35 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -139,6 +139,7 @@
- [mockdebug](#mockdebug)
- [move-analyzer](#move-analyzer)
- [mypy](#mypy)
+- [neocmakelsp](#neocmakelsp)
- [netcoredbg](#netcoredbg)
- [nginx-language-server](#nginx-language-server)
- [nickel-lang-lsp](#nickel-lang-lsp)
@@ -3035,6 +3036,25 @@ Categories: `Linter`
```
+# neocmakelsp
+
+> CMake LSP implementation based on Tower and Tree-sitter
+
+Homepage: [https://github.com/Decodetalkers/neocmakelsp](https://github.com/Decodetalkers/neocmakelsp)
+Languages: `CMake`
+Categories: `LSP`
+
+<details>
+ <summary>History:</summary>
+
+- [`555168b`](https://github.com/williamboman/mason.nvim/commit/555168b) 2022-12-07 - feat(registry): add neocmakelsp ([#739](https://github.com/williamboman/mason.nvim/issues/739)) by Micah Halter
+</details>
+
+```
+:MasonInstall neocmakelsp
+```
+
+
# netcoredbg
> NetCoreDbg is a managed code debugger with MI interface for CoreCLR.