aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/README_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/README_template.md')
-rw-r--r--scripts/README_template.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/README_template.md b/scripts/README_template.md
index 1538c794..dc0b4052 100644
--- a/scripts/README_template.md
+++ b/scripts/README_template.md
@@ -63,6 +63,12 @@ given there to your `init.vim`. **All examples are given in Lua,** see `:help
Some configs may define additional server-specific functions, e.g. the `texlab`
config provides `nvim_lsp.texlab.buf_build({bufnr})`.
+If you want to see the location of log file, you can run this in neovim:
+
+```
+:lua print(vim.lsp.get_log_path())
+```
+
### Example: using the defaults
To use the defaults, just call `setup()` with an empty `config` parameter.