diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-22 17:06:33 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-22 17:06:33 +0200 | 
| commit | b426f25aef1f2be2b482bf0b256733eba0b1c5aa (patch) | |
| tree | cd67b7920531c45a7a48ea4a54e32ec6cc002b5e /nvim/lua/plugins/lualine.lua | |
| parent | abbbb47917049d4236ac7758cf56d8315620661b (diff) | |
smh so cool shit
Diffstat (limited to 'nvim/lua/plugins/lualine.lua')
| -rw-r--r-- | nvim/lua/plugins/lualine.lua | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/nvim/lua/plugins/lualine.lua b/nvim/lua/plugins/lualine.lua new file mode 100644 index 0000000..2356803 --- /dev/null +++ b/nvim/lua/plugins/lualine.lua @@ -0,0 +1,8 @@ +require('lualine').setup { +  options = { +    icons_enabled = true, +    theme = 'auto', +    section_separators = { left = '', right = '' }, +    component_separators = { left = '', right = '' } +  }, +} | 
