home: vim: remove 'lsp_lines'

I like the hovering behaviour better, it's less "in your face".

I might revisit the idea in the future, as a toggled mapping.
This commit is contained in:
Bruno BELANYI 2022-02-26 12:56:39 +01:00
parent dd3bfc74fa
commit b9e5273672

View file

@ -1,7 +1,4 @@
lua << EOF
-- Show LSP diagnostics on virtual lines over affected regions
require("lsp_lines").register_lsp_virtual_lines()
vim.diagnostic.config({
-- Disable virtual test next to affected regions
virtual_text = false,