diff options
| author | William Boman <william@redwill.se> | 2021-11-27 15:58:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-27 09:58:00 -0500 |
| commit | d0263c11e53086242eea72cb76db9fecc6fbc449 (patch) | |
| tree | a99053ab3a4db8fee5e71b8e191763e9f6c20ede /lua/lspconfig.lua | |
| parent | docs: update adding a new server example (#1499) (diff) | |
| download | nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.tar nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.tar.gz nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.tar.bz2 nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.tar.lz nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.tar.xz nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.tar.zst nvim-lspconfig-d0263c11e53086242eea72cb76db9fecc6fbc449.zip | |
chore: prefix all vim.notify message with [lspconfig] (#1496)
Diffstat (limited to 'lua/lspconfig.lua')
| -rw-r--r-- | lua/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig.lua b/lua/lspconfig.lua index ee2711e9..8404632d 100644 --- a/lua/lspconfig.lua +++ b/lua/lspconfig.lua @@ -76,7 +76,7 @@ function mt:__index(k) else vim.notify( string.format( - 'Cannot access configuration for %s. Ensure this server is listed in ' + '[lspconfig] Cannot access configuration for %s. Ensure this server is listed in ' .. '`server_configurations.md` or added as a custom server.', k ), |
