This commit is contained in:
foozzi 2024-02-24 12:17:24 -05:00
parent dab7bd09bc
commit 722c90257f
4 changed files with 11 additions and 0 deletions

View file

@ -29,6 +29,8 @@ opt.completeopt = "menuone,noinsert,noselect"
opt.showmode = false
-- opt.tabline = '%!v:lua.require("utils").tabline()'
opt.conceallevel = 2
opt.breakindent = true
opt.breakindentopt = "shift:2"
-- Behaviour
opt.hidden = true