Bruno BELANYI
65a8f7c481
Consolidating all modules under the same path, to clear out the top-level directory.
8 lines
145 B
Lua
8 lines
145 B
Lua
-- Use Tiger filetype for programs and header files
|
|
vim.filetype.add({
|
|
extension = {
|
|
tig = "tiger",
|
|
tih = "tiger",
|
|
},
|
|
})
|