kickstart.nvim/lua/kickstart
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
..
plugins rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
health.lua fix: checkhealth reported nvim version 2024-03-03 23:49:26 +01:00