mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
This is nearly a full rewrite of the lspconfig-servers update-script, migrating it to the new `lsp/` directory system and simplifying where possible. - plugins/lsp: adapt to new file format - flake/locate-lsp-packages: update for new lspconfig file format - generated: Updated lspconfig-servers.json
5 lines
85 B
Lua
5 lines
85 B
Lua
local pandoc = pandoc
|
|
|
|
function Header(elem)
|
|
return pandoc.Strong(elem.content)
|
|
end
|