From 2cc42213f120ffe6a2f06f610bccc31f0c68c2e7 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 18:03:20 +0530 Subject: removed nvim submodule --- nvim/.stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/.stylua.toml (limited to 'nvim/.stylua.toml') diff --git a/nvim/.stylua.toml b/nvim/.stylua.toml new file mode 100644 index 0000000..ecb6dca --- /dev/null +++ b/nvim/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "None" -- cgit v1.2.3