Damjan 9000 60896a9ffe fix: checkhealth reported nvim version
Fixes: nvim-lua/kickstart.nvim#677
Neovim prior to 0.10 does not support tostring(vim.version())
this resulted in the :checkhealth reported version as:
- OK Neovim version is: 'table: 0x7f470b340028'
With this fix the version is reported properly:
- OK Neovim version is: '0.9.5'
2024-03-03 23:49:26 +01:00
..