summaryrefslogtreecommitdiff
path: root/dot_config/nvim/post.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim/post.fnl')
-rw-r--r--dot_config/nvim/post.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/nvim/post.fnl b/dot_config/nvim/post.fnl
new file mode 100644
index 0000000..dcde504
--- /dev/null
+++ b/dot_config/nvim/post.fnl
@@ -0,0 +1,4 @@
+; custom filetypes
+(local fts [{:extension {:janet :janet}}
+ {:extension {:cls :latex}}])
+(each [_ v (ipairs fts)] (vim.filetype.add v))