kickstart.nvim/lua
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
..
custom/plugins feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
kickstart fix: checkhealth reported nvim version 2024-03-03 23:49:26 +01:00