From e923e148a3df312034ec20d3b89b705180e5b0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Jos=C3=A9=20Solano?= Date: Fri, 16 Jun 2023 21:12:11 -0700 Subject: Use call_parentheses --- nvim/.stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/.stylua.toml b/nvim/.stylua.toml index 5d12dbd..139e939 100644 --- a/nvim/.stylua.toml +++ b/nvim/.stylua.toml @@ -3,4 +3,4 @@ line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferSingle" -no_call_parentheses = true +call_parentheses = "None" -- cgit v1.2.3