nvim: put hostname in lualine
This commit is contained in:
parent
3343310800
commit
7826d193f6
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue