Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Track]: Added First Pass at Key Features and Icons. #168

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

BethanyG
Copy link
Member

@BethanyG BethanyG commented Jul 28, 2023

May or may not need some massaging. Pulled from various resources and articles. Including vim9.txt, Softpanorama, and Effective VimScript, as well as 8thlight.

  1. Extensible: Looking for certain functionality? It can be easily created and deployed.
  2. Deep Vim Integration: Productivity win! Access and manipulate Vim internal data structures and settings with ease.
  3. Expressive syntax: Do a lot with a little. Write compact scripts that are highly readable.
  4. Multi-paradigm: Supports writing imperatively or functionally.
  5. Highly interoperable: Access files, shells, & other programs. All the power of external tooling without leaving Vim.
  6. Event-driven programming: Automatic code execution based on certain events or conditions like file opens or buffer saves.

@ErikSchierboom ErikSchierboom merged commit 8f7b2e7 into exercism:main Aug 1, 2023
@BNAndras BNAndras mentioned this pull request Oct 9, 2023
@kotp
Copy link
Member

kotp commented Oct 9, 2023

closes: #92

@BNAndras BNAndras added the x:type/docs Work on Documentation label Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:type/docs Work on Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants