* fix(lsp): powernap load by name
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix(mcp): expand command
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix(lsp): expand command
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
@@ -352,7 +352,7 @@ func (c *Config) applyLSPDefaults() {
// Apply defaults to each LSP configuration
for name, cfg := range c.LSP {
// Try to get defaults from powernap based on command name
- base, ok := configManager.GetServer(cfg.Command)
+ base, ok := configManager.GetServer(name)
if !ok {
continue
}