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', bundle_path = 'c:/Users/Solomon/scripts/PowerShellEditorServices',
shell = 'powershell.exe', shell = 'powershell.exe',
}, },
angularls = { -- angularls = {
-- cmd = { "ngserver", "--stdio", "--tsProbeLocations", require("lazyvim.utils").get_root(), "--ngProbeLocations", require("lazyvim.utils").get_root(), }, -- -- cmd = { "ngserver", "--stdio", "--tsProbeLocations", require("lazyvim.utils").get_root(), "--ngProbeLocations", require("lazyvim.utils").get_root(), },
-- on_new_config = function(new_config, new_root_dir) -- -- on_new_config = function(new_config, new_root_dir)
-- new_config.cmd = cmd -- -- new_config.cmd = cmd
-- end, -- -- end,
}, -- },
}, },
setup = { setup = {
-- additional setup can be added here. -- additional setup can be added here.