diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-24 17:05:21 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2024-10-24 17:24:48 +0200 |
| commit | 903866024cd6c93a6acefd359329364234a65754 (patch) | |
| tree | b718eb4f88830d0843e45dc350ac7b5356f98d05 /lua | |
| parent | feat(docs): autogenerate default_config docs (diff) | |
| download | nvim-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.lua | 2 |
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 = { |
