Skip to content

Commit

Permalink
chore: fix missing [lspconfig] prefix for vim.notify (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Dec 6, 2021
1 parent 6fd5b01 commit 22b21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function configs.__newindex(t, config_name, config_def)
id = manager.add(pseudo_root, true)
else
vim.notify(
string.format('lspconfig: Autostart for %s failed: matching root directory not detected.', config_name)
string.format('[lspconfig] Autostart for %s failed: matching root directory not detected.', config_name)
)
end

Expand Down

0 comments on commit 22b21bc

Please sign in to comment.