diff --git a/dot_config/nvim/dot_editorconfig b/dot_config/nvim/dot_editorconfig new file mode 100644 index 0000000..240617c --- /dev/null +++ b/dot_config/nvim/dot_editorconfig @@ -0,0 +1,4 @@ +root = true +[*.lua] +indent_size = 2 +indent_style = space