aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorCamil Staps2025-11-11 16:28:52 +0100
committerCamil Staps2025-11-11 16:28:52 +0100
commitee7b4aa4e1dc51b222ce75c321c21635d8c46705 (patch)
tree298e0d50f6cabe87d071b2ecbeeb8bfb82c0bee2 /vim/.vimrc
parentUpdate 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/.vimrc3
1 files changed, 0 insertions, 3 deletions
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()}%<