diff --git a/nvim/.config/nvim/ftdetect/djot.lua b/nvim/.config/nvim/ftdetect/djot.lua new file mode 100644 index 0000000..d8837d1 --- /dev/null +++ b/nvim/.config/nvim/ftdetect/djot.lua @@ -0,0 +1,7 @@ +-- Set filetypes for 'djot' - an update markdown alternative +-- https://github.com/jgm/djot +vim.filetype.add({ + extension = { + dj = "djot", + }, +})