aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2023-09-28 09:25:42 +0200
committerCamil Staps2023-09-28 09:25:42 +0200
commitcfc4ab7e65319ba2c0093cd2ed454af67c606f25 (patch)
treee692a275d943ee2f07304a368caaf2bfa65be2e0
parentVim: add Dutch spellfiles (diff)
Vim: trim Clean statusline on the right
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 6d176e5..fd932f4 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -190,7 +190,7 @@ let g:matchup_matchparen_status_offscreen=0
set statusline+=%{luaeval('lsp_first_hover_code()')}
" Clean has no language server, we use the cloogletags statusline component
-set statusline+=%{cleanvim#tags#statusline()}
+set statusline+=%{cleanvim#tags#statusline()}%<
" Git gutter
set updatetime=300