diff options
| author | Camil Staps | 2025-11-11 16:28:52 +0100 |
|---|---|---|
| committer | Camil Staps | 2025-11-11 16:28:52 +0100 |
| commit | ee7b4aa4e1dc51b222ce75c321c21635d8c46705 (patch) | |
| tree | 298e0d50f6cabe87d071b2ecbeeb8bfb82c0bee2 /vim/.vimrc | |
| parent | Update vim spellfiles (diff) | |
Remove unused vim statusline piece based on LSP, broken on nvim 10.4
Diffstat (limited to 'vim/.vimrc')
| -rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -188,9 +188,6 @@ let g:VM_case_setting = 'sensitive' " Don't let match-up mess up the statusline let g:matchup_matchparen_status_offscreen=0 -" Status line based on LSP -set statusline+=%{luaeval('lsp_first_hover_code()')} - " Clean has no language server, we use the cloogletags statusline component set statusline+=%{cleanvim#tags#statusline()}%< |
