lualine.nvim/lua/lualine/components/hostname.lua

8 lines
182 B
Lua
Raw Normal View History

2021-03-22 14:17:27 +00:00
-- Copyright (c) 2020-2021 hoob3rt
-- MIT license, see LICENSE for more details.
local M = require('lualine.component'):extend()
2021-03-22 14:17:27 +00:00
M.update_status = vim.loop.os_gethostname
return M