aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/statusline.lua
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-11-08 20:44:06 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-11-08 20:44:06 +0000
commit5dbc5a1fae4a2dc03f16035194e9854d37b5f6de (patch)
tree3d2f20d58547530f826ced28cff00735bd89243d /.config/nvim/lua/statusline.lua
parentb6726af45a1bc244923ff7ab7f6c822e0e4df66a (diff)
downloaddotfiles-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.lua6
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;