home: vim: ftdetect: switch to lua
It looks like `vim.filetype.add` is smarter about "local.am". For some reason opening an *empty* Tiger file results in a backtrace...
This commit is contained in:
parent
f3e888dadc
commit
527a85bf11
8 changed files with 25 additions and 9 deletions
7
home/vim/ftdetect/tiger.lua
Normal file
7
home/vim/ftdetect/tiger.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Use Tiger filetype for programs and header files
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
tig = "tiger",
|
||||
tih = "tiger",
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue