diff options
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 b99aa6ea..779ec426 100644 --- a/lua/lspconfig.lua +++ b/lua/lspconfig.lua @@ -26,7 +26,7 @@ function M._root._setup() vim.cmd(string.format('tabnew %s', vim.lsp.get_log_path())) end, '-nargs=0', - description = "`:LspLog` Opens the Nvim LSP client log.", + description = '`:LspLog` Opens the Nvim LSP client log.', }, LspStart = { function(server_name) |
