This commit is contained in:
Michel 2024-04-26 15:19:47 +02:00
parent cb183a301c
commit 4187b340c6
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ local opt = vim.opt
opt.autowrite = false
opt.clipboard = ""
opt.foldlevelstart = 5
opt.foldexpr = "nvim_treesitter#foldexpr()"
opt.foldmethod = "expr"
opt.tabstop = 8
opt.whichwrap = "b,s,<,>,[,]"
opt.wrapscan = false