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/lua/plugins/langs.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_config/nvim/lua/plugins') diff --git a/dot_config/nvim/lua/plugins/langs.lua b/dot_config/nvim/lua/plugins/langs.lua index fd08024..1d88996 100644 --- a/dot_config/nvim/lua/plugins/langs.lua +++ b/dot_config/nvim/lua/plugins/langs.lua @@ -29,6 +29,7 @@ return { { 'janet-lang/janet.vim', ft = 'janet', + enabled = false, }, { 'preservim/vim-markdown', -- cgit v1.2.3