diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/post.fnl | 4 |
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)) |
