From d0adef7f77026947bb77efc9233d862473440c30 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 17 Aug 2025 23:56:12 -0400 Subject: [PATCH] removed some other nvim junk from defaults dir --- defaults/.neoconf.json | 20 -------------------- defaults/.stylua.toml | 7 ------- 2 files changed, 27 deletions(-) delete mode 100644 defaults/.neoconf.json delete mode 100644 defaults/.stylua.toml diff --git a/defaults/.neoconf.json b/defaults/.neoconf.json deleted file mode 100644 index 2d7a81f..0000000 --- a/defaults/.neoconf.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "neodev": { - "library": { - "enabled": true, - "plugins": true - } - }, - "neoconf": { - "plugins": { - "lua_ls": { - "enabled": true - } - } - }, - "lspconfig": { - "lua_ls": { - "Lua.format.enable": false - } - } -} diff --git a/defaults/.stylua.toml b/defaults/.stylua.toml deleted file mode 100644 index bfcffff..0000000 --- a/defaults/.stylua.toml +++ /dev/null @@ -1,7 +0,0 @@ -column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" -indent_width = 2 -quote_style = "AutoPreferDouble" -call_parentheses = "None" -collapse_simple_statement = "Always"