Skip to content

Commit

Permalink
Merge 77ed78b into ab4ab66
Browse files Browse the repository at this point in the history
  • Loading branch information
kud committed Aug 5, 2019
2 parents ab4ab66 + 77ed78b commit 8c38787
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -61,6 +61,14 @@ Documentation is available at [LSP.readthedocs.io](https://LSP.readthedocs.io).

See [Language Server Protocol](https://microsoft.github.io/language-server-protocol/implementors/servers/) for more available implementations. Please create issues/pull requests so we can get support for more languages.

## Customisation of the popup

LSP uses [mdpopups](https://github.com/facelessuser/sublime-markdown-popups) to display the popup. If you want to customise it, check the [doc](http://facelessuser.github.io/sublime-markdown-popups/).

tl;dr?

Create/modify the file `Packages/User/mdpopups.css` and put your own style.

## Getting help

If you have any problems, see the [troubleshooting](https://lsp.readthedocs.io/en/latest/#troubleshooting) guide for tips and known limitations. If the documentation cannot solve your problem, help can be found in the [gitter chat](https://gitter.im/SublimeLSP) or by searching/creating [creating a new issue](https://github.com/tomv564/LSP/issues).
Expand Down

0 comments on commit 8c38787

Please sign in to comment.