From 74877c136c1601ab5468c4892716a0bff3f1121a Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 4 May 2023 10:51:07 -0400 Subject: nvim: many changes * add pre and post dot lua with dofile * disable janet plugin (todo: remove once I confirm that the treesitter impl is good enough) * treesitter on janet * custom janet ft detection --- dot_config/nvim/post.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_config/nvim/post.lua (limited to 'dot_config/nvim/post.lua') 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' }} -- cgit v1.2.3