From 309cf9ef5724dd017a0beff3af21dbb0f2a5628b Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Sun, 12 Mar 2023 21:43:15 +0100 Subject: [PATCH] Add edit_settings sublime command --- LSP-ltex-ls.sublime-commands | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 LSP-ltex-ls.sublime-commands diff --git a/LSP-ltex-ls.sublime-commands b/LSP-ltex-ls.sublime-commands new file mode 100644 index 0000000..cb157a4 --- /dev/null +++ b/LSP-ltex-ls.sublime-commands @@ -0,0 +1,10 @@ +[ + { + "caption": "Preferences: LSP-ltex-ls Settings", + "command": "edit_settings", + "args": { + "base_file": "${packages}/LSP-ltex-ls/LSP-ltex-ls.sublime-settings", + "default": "// Settings in here override those in \"LSP-ltex-ls/LSP-ltex-ls.sublime-settings\"\n\n{\n\t$0\n}\n", + }, + }, +]