This commit is contained in:
DavidOnTop 2024-04-26 16:24:34 +02:00
parent a5f9d44f57
commit aeaabf8a48
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
3 changed files with 27 additions and 159 deletions

View file

@ -50,3 +50,7 @@ vim.g.have_nerd_font = true
vim.o.completeopt = "menuone,noselect"
-- vim.filetype.add({extension = {leaf = 'html'}})
vim.wo.foldmethod = "manual"
vim.wo.foldcolumn = 1