diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-06-01 07:25:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 07:25:12 -0700 |
| commit | 3ced720e70c0a6d2e1e49cb0b65a4211c333be84 (patch) | |
| tree | c4f65575049f4600944e88ca23691dc1d5f0bea2 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.tar nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.tar.gz nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.tar.bz2 nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.tar.lz nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.tar.xz nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.tar.zst nvim-lspconfig-3ced720e70c0a6d2e1e49cb0b65a4211c333be84.zip | |
fix(lspconfig.lua): lint
Diffstat (limited to '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) |
