Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.91 KB

File metadata and controls

53 lines (37 loc) · 1.91 KB

Amber

Amber files 🦊

I created this project because I needed a quick and easy way to test my Neovim setup with various programming languages. Instead of always diving into real projects, I wanted a set of scripts that cover all the basics and some advanced stuff. This way, I can see how my editor handles everything from syntax highlighting to autocompletion.

What's Inside

  • Handy scripts that show off a bunch of features in different programming languages:

  • Examples include: basic syntax, data structures, functions, classes, modules, file I/O, exceptions, and type hints.

  • Perfect for checking out how Neovim (or any editor) deals with code in these languages!

How to Use

  1. Clone this repo:

    git clone https://github.com/lujeni/amber-files.git
    cd amber-files
  2. Go in the language of your choice:

    # For Python
    cd python/example-01/
  3. Check out your editor to see all the cool highlights and autocompletes.

More Languages Coming Soon!

I’m planning to add more languages (mostly based on my usage), so keep an eye out. Got suggestions? Open an issue or throw in a pull request. Let’s make this awesome together!

Have Fun!

This is just a little something to make setting up your editor a breeze. Hope it helps you as much as it’s helped me!

Hope this project can help other people too!

Happy coding! 🦊