no more angularls :'(

This commit is contained in:
Solomon Laing 2025-12-16 21:24:23 +10:30
parent d5cacdd6f7
commit 7e63b984f3

View File

@ -59,12 +59,12 @@ return {
bundle_path = 'c:/Users/Solomon/scripts/PowerShellEditorServices',
shell = 'powershell.exe',
},
angularls = {
-- cmd = { "ngserver", "--stdio", "--tsProbeLocations", require("lazyvim.utils").get_root(), "--ngProbeLocations", require("lazyvim.utils").get_root(), },
-- on_new_config = function(new_config, new_root_dir)
-- new_config.cmd = cmd
-- end,
},
-- angularls = {
-- -- cmd = { "ngserver", "--stdio", "--tsProbeLocations", require("lazyvim.utils").get_root(), "--ngProbeLocations", require("lazyvim.utils").get_root(), },
-- -- on_new_config = function(new_config, new_root_dir)
-- -- new_config.cmd = cmd
-- -- end,
-- },
},
setup = {
-- additional setup can be added here.