diff options
Diffstat (limited to 'dot_config/nvim/post.lua')
| -rw-r--r-- | dot_config/nvim/post.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/nvim/post.lua b/dot_config/nvim/post.lua new file mode 100644 index 0000000..6647590 --- /dev/null +++ b/dot_config/nvim/post.lua @@ -0,0 +1,2 @@ +-- custom filetypes +vim.filetype.add {extension = { janet = 'janet' }} |
