Skip to content

Enable Split View in Lunar Vim (lvim)

AL6 edited this page Mar 6, 2022 · 2 revisions

If you want to enable a split view in lunar vim

image

you need to add in config.lua

-- Codi | enable split view
vim.g["codi#virtual_text"] = "0"

Thanks to wisdom henriquehbr for discover the solution

Clone this wiki locally