From 1c260e652f51ca0086753d283efa24c9c44de7f7 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Tue, 30 Jan 2024 13:11:07 -0600 Subject: [PATCH 1/2] Add Vim syntax highlighting and CoC LS links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c0ba2a..6e806e8 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ - [Scarb](https://docs.swmansion.com/scarb) - The recommended build toolchain and package manager. - [Vscode Cairo extension](https://marketplace.visualstudio.com/items?itemName=starkware.cairo1) - Official Cairo extension for VSCode with diagnostics, go-to-definition, completion and more. - [Vim plugin for Scarb projects](https://github.com/swan-of-bodom/scarb-vim) +- [Vim Syntax Highlighting](https://gist.github.com/b-j-roberts/3d58102660d3522d0a498edd776196f2) +- [Vim CoC Scarb Language Server](https://gist.github.com/b-j-roberts/d5ca5381c79ea3cdc6558f2080789cf6) - [Starknet Foundry](https://foundry-rs.github.io/starknet-foundry/) - Toolchain for smart contracts development, testing and deployment. - [Starknet Foundry Forge Template](https://github.com/foundry-rs/starknet_forge_template) - [Starknet Remix](https://remix.ethereum.org/?#activate=Starknet) - The official Starknet plugin for Remix, a browser-based IDE without the need for any installation. From 87afcf05d30ed0899f94c128a2e132c5990b59e1 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Tue, 30 Jan 2024 13:21:03 -0600 Subject: [PATCH 2/2] Vim setup abides checklist items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e806e8..a844c91 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,8 @@ - [Scarb](https://docs.swmansion.com/scarb) - The recommended build toolchain and package manager. - [Vscode Cairo extension](https://marketplace.visualstudio.com/items?itemName=starkware.cairo1) - Official Cairo extension for VSCode with diagnostics, go-to-definition, completion and more. - [Vim plugin for Scarb projects](https://github.com/swan-of-bodom/scarb-vim) -- [Vim Syntax Highlighting](https://gist.github.com/b-j-roberts/3d58102660d3522d0a498edd776196f2) -- [Vim CoC Scarb Language Server](https://gist.github.com/b-j-roberts/d5ca5381c79ea3cdc6558f2080789cf6) +- [Vim syntax highlighting](https://gist.github.com/b-j-roberts/3d58102660d3522d0a498edd776196f2) - Vimscript syntax file supporting Cairo 1 and 0. +- [Vim CoC Scarb language server](https://gist.github.com/b-j-roberts/d5ca5381c79ea3cdc6558f2080789cf6) - Scarb language server setup for the coc.nvim plugin. - [Starknet Foundry](https://foundry-rs.github.io/starknet-foundry/) - Toolchain for smart contracts development, testing and deployment. - [Starknet Foundry Forge Template](https://github.com/foundry-rs/starknet_forge_template) - [Starknet Remix](https://remix.ethereum.org/?#activate=Starknet) - The official Starknet plugin for Remix, a browser-based IDE without the need for any installation.