This layer adds support for the Robot framework in spacemacs. The layer adds support for syntax highlighting by installing the following robot-mode package: https://github.com/davidshepherd7/robot-mode. Also, if not yet installed, this layer installs the lsp layer to include rf-language-server support.
- Autocomplete
- Lint
- Refactor
To use this configuration layer, first clone it with:
git clone https://github.com/dalanicolai/robot-framework-layer.git ~/.emacs.d/private/robot-framework
and add it to your ~/.spacemacs
by adding robot-framework
to the existing
dotspacemacs-configuration-layers
list in this file.
Subsequently set the correct paths in the variable
lsp-rf-language-server-start-command
for starting the rf-lsp-server. The
currently recommended LSP server is
https://github.com/Snooz82/vscode-rf-language-server, which can be installed via
the vscode editor or by using npm directly.
Key Binding | Description |
---|---|
g d | Go to definition |