diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-12 09:25:07 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-12 09:25:07 +0000 |
commit | 57dcd8648a80cf632d7295afa1e6e3912a8b2930 (patch) | |
tree | cab217d894cc92c454d24d7f45a24d2c94133589 /.config/nvim/lua/statusline.lua | |
parent | 0387a327d11da95d273fbd8ecf368cf0b93a3875 (diff) | |
download | dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.gz dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.bz2 dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.lz dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.xz dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.zst dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.zip |
Fix tmux colours and add gitsigns to neovim
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/statusline.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/statusline.lua b/.config/nvim/lua/statusline.lua index 3265b2c..d5a7ad8 100644 --- a/.config/nvim/lua/statusline.lua +++ b/.config/nvim/lua/statusline.lua @@ -4,8 +4,8 @@ require("lualine").setup { options = { icons_enabled = true; theme = "auto"; - --component_separators = { left = ""; right = "" }; - --section_separators = { left = ""; right = "" }; + -- component_separators = { left = ""; right = "" }; + -- section_separators = { left = ""; right = "" }; component_separators = { left = ""; right = "" }; section_separators = { left = ""; right = "" }; disabled_filetypes = {}; |