docs: add blank lines before code blocks for readability
This commit is contained in:
parent
b2c7f16890
commit
618dfdb926
1 changed files with 4 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ Debug Builds ~
|
|||
CONFIGURATION *cp-config*
|
||||
|
||||
Configuration is done via `vim.g.cp_config`. Set this before using the plugin:
|
||||
|
||||
>lua
|
||||
vim.g.cp_config = {
|
||||
languages = {
|
||||
|
|
@ -273,6 +274,7 @@ By default, C++ (g++ with ISO C++17) and Python are preconfigured under
|
|||
the default; per-platform overrides can tweak 'extension' or 'commands'.
|
||||
|
||||
For example, to run CodeForces contests with Python by default:
|
||||
|
||||
>lua
|
||||
vim.g.cp_config = {
|
||||
platforms = {
|
||||
|
|
@ -282,8 +284,10 @@ For example, to run CodeForces contests with Python by default:
|
|||
},
|
||||
}
|
||||
<
|
||||
|
||||
Any language is supported provided the proper configuration. For example, to
|
||||
run CSES problems with Rust using the single schema:
|
||||
|
||||
>lua
|
||||
vim.g.cp_config = {
|
||||
languages = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue