nvim: Add djot filetype detection
This commit is contained in:
parent
f3fb0998f5
commit
65bb7aa034
1 changed files with 7 additions and 0 deletions
7
nvim/.config/nvim/ftdetect/djot.lua
Normal file
7
nvim/.config/nvim/ftdetect/djot.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- Set filetypes for 'djot' - an update markdown alternative
|
||||
-- https://github.com/jgm/djot
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
dj = "djot",
|
||||
},
|
||||
})
|
Loading…
Reference in a new issue