Skip to content

Commit

Permalink
Update health.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
kulakilam authored and voldikss committed Feb 29, 2024
1 parent 97c085b commit c0535d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/floaterm/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

local check_common = function()
vim.health.start('common')
vim.health.info('Platform: ' .. vim.uv.os_uname().sysname)
vim.health.info('Platform: ' .. vim.loop.os_uname().sysname)
vim.health.info('Nvim: ' .. get_nvim_info())
vim.health.info('Plugin: ' .. get_plugin_info())
end
Expand Down

0 comments on commit c0535d7

Please sign in to comment.