From 0872d52e7127434a1a0cddaa30510f42a1bf22c1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 13 May 2023 21:38:36 +0100 Subject: Adds a neovim from scratch neovim scratch --- 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..df96b7b --- /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" +no_call_parentheses = true -- cgit v1.2.3