aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-24 17:05:21 +0200
committerJustin M. Keyes <justinkz@gmail.com>2024-10-24 17:24:48 +0200
commit903866024cd6c93a6acefd359329364234a65754 (patch)
treeb718eb4f88830d0843e45dc350ac7b5356f98d05 /lua
parentfeat(docs): autogenerate default_config docs (diff)
downloadnvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.tar
nvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.tar.gz
nvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.tar.bz2
nvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.tar.lz
nvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.tar.xz
nvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.tar.zst
nvim-lspconfig-903866024cd6c93a6acefd359329364234a65754.zip
feat(docs): autogenerate default_config docs
Problem: debug.info() is useless for some functions because they point to util.lua Solution: Provide a path to the source code instead of trying to inline the source code.
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/configs/clangd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/clangd.lua b/lua/lspconfig/configs/clangd.lua
index ffee2af7..06c75095 100644
--- a/lua/lspconfig/configs/clangd.lua
+++ b/lua/lspconfig/configs/clangd.lua
@@ -68,7 +68,7 @@ return {
},
},
offsetEncoding = { 'utf-8', 'utf-16' },
- }
+ },
},
commands = {
ClangdSwitchSourceHeader = {