mirror of
https://github.com/neovim/neovim.git
synced 2026-06-07 20:44:20 +00:00
feat(ex): add :log command
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user