-- Specific settings for JSON files -- Use treesitter for folding -- Disable the color column vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()' vim.wo[0][0].foldmethod = 'expr' vim.opt.foldlevel=3 vim.opt.colorcolumn=""