feat: don't fold tex by default
This commit is contained in:
parent
1bd9b52a03
commit
7652a21945
@ -10,6 +10,8 @@ vim.opt.expandtab = false
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = { eol = "¬", tab = "▸┈" , trail = '·', multispace = '·' }
|
||||
|
||||
vim.opt.foldlevelstart = 99
|
||||
|
||||
vim.keymap.set("n", "<leader>n", "R<Enter><Esc>")
|
||||
|
||||
${builtins.readFile ./spaceport.lua}
|
||||
|
Loading…
x
Reference in New Issue
Block a user