From f7cbb1e08fd2d7614b198004a4d42bb5ae615181 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 17 Sep 2022 16:11:14 -0500 Subject: [PATCH] fix(nvim): add stylua as marker for lua lsp --- dots/.nvim-environments/primary/.stylua.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dots/.nvim-environments/primary/.stylua.toml diff --git a/dots/.nvim-environments/primary/.stylua.toml b/dots/.nvim-environments/primary/.stylua.toml new file mode 100644 index 00000000..9b7b3191 --- /dev/null +++ b/dots/.nvim-environments/primary/.stylua.toml @@ -0,0 +1,3 @@ +column_width = 120 +indent_type = "Spaces" +quote_style = "AutoPreferDouble"