From ee7b4aa4e1dc51b222ce75c321c21635d8c46705 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 11 Nov 2025 16:28:52 +0100 Subject: Remove unused vim statusline piece based on LSP, broken on nvim 10.4 --- vim/.vimrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index e41e2c3..8f1082a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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()}%< -- cgit v1.2.3