This commit is contained in:
Christoph J. Scherr 2024-02-09 18:49:07 +01:00
parent 691a449b30
commit 4c102a131b
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 63 additions and 60 deletions

View File

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