diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-08 20:44:06 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-08 20:44:06 +0000 |
commit | 5dbc5a1fae4a2dc03f16035194e9854d37b5f6de (patch) | |
tree | 3d2f20d58547530f826ced28cff00735bd89243d /.config/nvim/lua/statusline.lua | |
parent | b6726af45a1bc244923ff7ab7f6c822e0e4df66a (diff) | |
download | dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.gz dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.bz2 dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.lz dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.xz dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.zst dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.zip |
Neovim omnisharp plugin and tmux color fix on foot and inputrc emacs
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/statusline.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/nvim/lua/statusline.lua b/.config/nvim/lua/statusline.lua index 3eef3c6..3265b2c 100644 --- a/.config/nvim/lua/statusline.lua +++ b/.config/nvim/lua/statusline.lua @@ -4,8 +4,10 @@ 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 = {}; always_divide_middle = true; globalstatus = false; |