This commit is contained in:
Christoph J. Scherr 2024-02-09 18:49:07 +01:00
parent 691a449b30
commit 4c102a131b
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

View file

@ -162,3 +162,6 @@ if vim.g.started_by_firenvim == true then
vim.o.lines = vim.o.lines - 1
end, { expr = true, desc = "Make Display smaller" })
end
-- alias filetypes
vim.filetype.add { extension = { tera = 'html' } }