From 885ba5def30e2bc2943e96d95173328a63019549 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 12 Sep 2022 02:27:47 -0500 Subject: [PATCH] fix(nvim): add stylua file This restricts how deep sumneko_lua (lua-language-server) will search down in the directory tree. Lua LSP is kinda shit when it comes to performance -- slow loads & no caching it appears :( -- so I have to take measures into my own hands to optimize a bit. --- dots/.nvim-environments/primary/config/.stylua.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dots/.nvim-environments/primary/config/.stylua.toml diff --git a/dots/.nvim-environments/primary/config/.stylua.toml b/dots/.nvim-environments/primary/config/.stylua.toml new file mode 100644 index 00000000..e69de29b