feat(ex): add :log command

This commit is contained in:
Olivia Kinnear
2026-03-28 22:07:04 -05:00
parent 6bea0cdbdc
commit 8715877417
14 changed files with 266 additions and 19 deletions

View File

@@ -10,11 +10,9 @@
---
--- Then try to run the language server, and open the log with:
--- ```vim
--- :lua vim.cmd('tabnew ' .. vim.lsp.log.get_filename())
--- :log lsp
--- ```
---
--- (Or use `:LspLog` if you have nvim-lspconfig installed.)
---
--- Note:
--- - Remember to DISABLE verbose logging ("debug" or "trace" level), else you may encounter
--- performance issues.