docs: add installation and build guides from wiki to repo

This commit is contained in:
dundargoc
2023-12-12 16:42:02 +01:00
committed by dundargoc
parent c8223007d0
commit fbd0f6658f
4 changed files with 913 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ local shell_error = function()
return vim.v.shell_error ~= 0
end
local suggest_faq = 'https://github.com/neovim/neovim/wiki/Building-Neovim#optimized-builds'
local suggest_faq = 'https://github.com/neovim/neovim/blob/docs/install/BUILD.md#building'
local function check_runtime()
health.start('Runtime')