Bruno BELANYI
527a85bf11
It looks like `vim.filetype.add` is smarter about "local.am". For some reason opening an *empty* Tiger file results in a backtrace...
7 lines
106 B
Lua
7 lines
106 B
Lua
-- Use LaTeX filetype for TikZ files
|
|
vim.filetype.add({
|
|
extension = {
|
|
tikz = "tex",
|
|
},
|
|
})
|