1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-08 10:01:07 +01:00

plugins/lsp/lsp-packages: add package for tclsp

This commit is contained in:
Gaetan Lepage 2025-12-04 10:06:30 +01:00 committed by Gaétan Lepage
parent f15023fccc
commit 8e85c25143

View file

@ -154,7 +154,6 @@
"stylua3p_ls" "stylua3p_ls"
"svlangserver" "svlangserver"
"tabby_ml" "tabby_ml"
"tclsp"
"termux_language_server" "termux_language_server"
"textlsp" "textlsp"
"theme_check" "theme_check"
@ -396,6 +395,7 @@
"llvmPackages" "llvmPackages"
"mlir" "mlir"
]; ];
tclsp = "tclint";
teal_ls = [ teal_ls = [
"luaPackages" "luaPackages"
"teal-language-server" "teal-language-server"