feat(languages): Add support for idris2
This commit is contained in:
parent
31a2d8986d
commit
9c302e3506
3 changed files with 151 additions and 22 deletions
|
@ -9,5 +9,6 @@ vim.filetype.add({
|
|||
vim.bo[bufnr].tabstop = 2
|
||||
return "typst"
|
||||
end,
|
||||
idr = "idris2",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue