nvim: put hostname in lualine

This commit is contained in:
Daniel Lundin 2023-05-07 10:43:13 +02:00
parent 3343310800
commit 7826d193f6

View file

@ -15,10 +15,12 @@ function M.config()
options = {
globalstatus = true,
theme = "onedark",
-- theme = "wombat",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
},
sections = {
lualine_a = { "hostname" },
lualine_c = {
{
"filename",