diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-12 16:42:02 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-13 17:53:36 +0100 |
commit | fbd0f6658f960a069f8fef09f5f91c4b11259977 (patch) | |
tree | 459d00e7fef10dd6126736103500868c5d9057ac /runtime | |
parent | c8223007d0e0a1d5dbcda31f364d1d1baee9d772 (diff) | |
download | rneovim-fbd0f6658f960a069f8fef09f5f91c4b11259977.tar.gz rneovim-fbd0f6658f960a069f8fef09f5f91c4b11259977.tar.bz2 rneovim-fbd0f6658f960a069f8fef09f5f91c4b11259977.zip |
docs: add installation and build guides from wiki to repo
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/lua/nvim/health.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/nvim/health.lua b/runtime/lua/nvim/health.lua index 6b6370fa19..afab6f824d 100644 --- a/runtime/lua/nvim/health.lua +++ b/runtime/lua/nvim/health.lua @@ -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') |