lazyvim/lua
Folke Lemaitre 60fea6236e
fix(news): resolve news.txt from $VIMRUNTIME first
Plugins that ship their own `doc/news.txt` (e.g. rainbow-delimiters.nvim)
can shadow Neovim's bundled file when using `nvim_get_runtime_file()`.
First check $VIMRUNTIME, then fall back to the full runtimepath.

Fixes #7019
2026-03-01 09:17:53 +01:00
..
lazyvim fix(news): resolve news.txt from $VIMRUNTIME first 2026-03-01 09:17:53 +01:00