diff options
author | Camil Staps | 2023-09-28 09:25:42 +0200 |
---|---|---|
committer | Camil Staps | 2023-09-28 09:25:42 +0200 |
commit | cfc4ab7e65319ba2c0093cd2ed454af67c606f25 (patch) | |
tree | e692a275d943ee2f07304a368caaf2bfa65be2e0 /vim/.vimrc | |
parent | Vim: add Dutch spellfiles (diff) |
Vim: trim Clean statusline on the right
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |