SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer is for pascal development. And the default compiler is free pascal, You need to download the compiler before using this layer.
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#pascal"
Make sure you have fpc
in your PATH. The key binding SPC l r
will run
fpc
command asynchronously. and the result will be shown in a runner buffer.
Powered by Jekyll