Skip to content

jfcherng-sublime/LSP-rumdl

Repository files navigation

LSP-rumdl

This is a helper package that automatically installs and updates rumdl for you.

Requirements

To use this package, you must have:

  • The LSP package
  • It's recommended to also install the LSP-json package which will provide auto-completion and validation for this package's settings.

Configuration

There are multiple ways to configure the package and the language server.

  • Global configuration: Preferences > Package Settings > LSP > Servers > LSP-rumdl

  • Project-specific configuration: From the Command Palette run Project: Edit Project and add your settings in:

     {
     	"settings": {
     		"LSP": {
     			"LSP-rumdl": {
     				"initializationOptions": {
     					"settings": {
     						// Put your settings here
     					}
     				}
     			}
     		}
     	}
     }

About

LSP helper for rumdl - Markdown Linter and Formatter written in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published