Skip to content

Commit

Permalink
Add edit_settings sublime command
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Mar 12, 2023
1 parent 30b6c2e commit 309cf9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LSP-ltex-ls.sublime-commands
Original file line number Diff line number Diff line change
@@ -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",
},
},
]

0 comments on commit 309cf9e

Please sign in to comment.