aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
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()}%<