diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-04-18 04:56:58 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-04-18 04:56:58 -0500 |
| commit | 7a0e87bdfb43c93ea44010f3917bb9a747eb46cf (patch) | |
| tree | d3e2aec5d16b919b7ae83888090c1e742dd88d25 /lua/config/packages/lualine.lua | |
| parent | 268cce40329eb3a91665ebe3ce65a0aa7b2c692e (diff) | |
| download | nvim-7a0e87bdfb43c93ea44010f3917bb9a747eb46cf.tar.gz | |
Diffstat (limited to 'lua/config/packages/lualine.lua')
| -rw-r--r-- | lua/config/packages/lualine.lua | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/lua/config/packages/lualine.lua b/lua/config/packages/lualine.lua index 3fa7281..02909cc 100644 --- a/lua/config/packages/lualine.lua +++ b/lua/config/packages/lualine.lua @@ -1,12 +1,10 @@ -vim.pack.add({{ src = gh("nvim-lualine/lualine.nvim") }}) +vim.pack.add({ gh("nvim-lualine/lualine.nvim") }) require("lualine").setup({ - options = { - theme = color, - icons_enabled = true, - component_separators = { left = '', right = '' }, - section_separators = { left = '', right = '' }, - }, + options = { + theme = color, + icons_enabled = true, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, + }, }) - - |
