ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

How to turn off the black strip? #1154

Closed shaojunjie0912 closed 5 months ago

shaojunjie0912 commented 5 months ago

Hi, how can I turn off the black strip like this:

Snipaste_2024-01-18_11-02-30

Thanks a lot!

ayamir commented 5 months ago

lua/user/options.lua

local options = {
    cursorcolumn = false,
}

return options