mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
fiddle w fodls
This commit is contained in:
parent
77fbbf6f9d
commit
57d1383e05
@ -8,10 +8,9 @@ vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.opt.foldlevel = 2
|
||||
vim.opt.foldlevel = 20
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
vim.opt.foldcolumn = "3"
|
||||
|
||||
vim.opt.smartindent = true
|
||||
|
||||
@ -35,3 +34,4 @@ vim.opt.updatetime = 500
|
||||
vim.opt.timeoutlen = 1000
|
||||
|
||||
vim.opt.colorcolumn = "85"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user