From 7826d193f65a0f2e82dae47c1c6dbeb78ed7a6ee Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 7 May 2023 10:43:13 +0200 Subject: [PATCH] nvim: put hostname in lualine --- .config/nvim/lua/plugins/lualine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index 2b40678..65f272c 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -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",