From: Stefan Huber Date: Fri, 28 Mar 2025 21:36:11 +0000 (+0100) Subject: init: Enable virtual lines diagnostic X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=32a89216399621f5a2e2bd5e34e0858eb33acd84;p=vimconf.git init: Enable virtual lines diagnostic --- diff --git a/init.vim b/init.vim index 7d72731..a80a4e8 100644 --- a/init.vim +++ b/init.vim @@ -53,6 +53,16 @@ if has('nvim-0.7') set laststatus=3 endif +if has('nvim-0.11') + lua<