diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2021-12-08 10:47:37 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2021-12-08 10:47:37 +0000 |
| commit | bddcb2bf7f1563edefb6f87894becd784851cba9 (patch) | |
| tree | 2fe5f352a4a53da59b22ab7f95f6fb09edc00e6a /nvim/lua/lualine_style.lua | |
| parent | bf27e87aa7332a3ec8e6332baf6349ed525d5e42 (diff) | |
nvim: updates
Diffstat (limited to 'nvim/lua/lualine_style.lua')
| -rw-r--r-- | nvim/lua/lualine_style.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nvim/lua/lualine_style.lua b/nvim/lua/lualine_style.lua new file mode 100644 index 0000000..bb7738b --- /dev/null +++ b/nvim/lua/lualine_style.lua @@ -0,0 +1,7 @@ +require'lualine'.setup{ + options = { + theme = 'powerline', + section_separators = { left = '', right = ''}, + component_separators = { left = '|', right = '|'}, + }, +} |
