Fold external editor

This commit is contained in:
Thomas Avé 2024-03-14 22:15:02 +01:00
parent 41822454a5
commit 716740e96b
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ vim.g.rooter_silent_chdir = 1
vim.opt.shada = "!,'2000,f1,<50,s10,h"
vim.o.updatetime = 250
vim.opt.conceallevel = 2
vim.opt.foldmethod = "expr"
vim.opt.foldlevel = 0
vim.opt.foldexpr = "getline(v:lnum)=~'^X-ExtEditorR'?1:0"
-- Vimtex
vim.g.tex_flavor = 'latex'