Skip to content

Commit

Permalink
Enable server for non-project files
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Mar 12, 2023
1 parent 309cf9e commit 1bcdbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions LSP-ltex-ls.sublime-settings
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// By setting allow_untested to true this behavior gets overwritten and
// the latest release gets downloaded.
"allow_untested": false,
// Enable diagnostics even if the file is not within the project folders.
"show_non_project_diagnostics": true,
// The server-specific settings.
// @see https://valentjn.github.io/vscode-ltex/docs/settings.html
"settings": {
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Latex/Markdown grammar check support for Sublime's LSP plugin provided through [
2. Install this plugin.
3. Restart Sublime.

Note: Currently LSP ignores non-workspace files. Add the folder to Sublime Text to enable the Server.

## Configuration

Here are some ways to configure the package and the language server.
Expand Down

0 comments on commit 1bcdbcd

Please sign in to comment.