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:
parent
9caf296d52
commit
875c3c8886
|
@ -1,7 +1,4 @@
|
||||||
lua << EOF
|
lua << EOF
|
||||||
-- Show LSP diagnostics on virtual lines over affected regions
|
|
||||||
require("lsp_lines").register_lsp_virtual_lines()
|
|
||||||
|
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
-- Disable virtual test next to affected regions
|
-- Disable virtual test next to affected regions
|
||||||
virtual_text = false,
|
virtual_text = false,
|
||||||
|
|
Loading…
Reference in a new issue