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_editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot_editorconfig') diff --git a/dot_editorconfig b/dot_editorconfig index cb93629..28c1928 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -12,3 +12,7 @@ trim_trailing_whitespace = true [Makefile] indent_style = tab indent_size = 4 + +[*.md] +indent_style = space +indent_size = 2 -- cgit v1.2.3