Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejandrosuero/pretty-ts-errors.nvim

🟦 Make TypeScript errors prettier and human-redable in NeoVim 🎀
https://github.com/alejandrosuero/pretty-ts-errors.nvim

diagnostics lazy-nvim lua luajit luarocks neovim neovim-plugin packer-nvim rocks-nvim typescript typescript-errors

Last synced: 7 days ago
JSON representation

🟦 Make TypeScript errors prettier and human-redable in NeoVim 🎀

Awesome Lists containing this project

README

        

Pretty TS Errors for Neovim logo

[![Stars][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]

# Pretty TS Errors for NeoVim

Makes your TypeScript errors pretty and readable.

> [!WARNING]
> This plugin is still in development and is not ready for production use.
>
> This plugin is not affiliated with the TypeScript team.
>
> This plugin supports Neovim v0.9.0 and above.

## 📦 Installation

You can install this plugin using your preferred package manager:

| Package Manager | Command |
|-----------------|------------------------------------------------|
| Packer | `use "AlejandroSuero/pretty-ts-errors.nvim"` |
| Plug | `Plug "AlejandroSuero/pretty-ts-errors.nvim"` |
| Lazy.nvim | `{ "AlejandroSuero/pretty-ts-errors.nvim" }` |
| Rocks.nvim | `:Rocks install pretty-ts-errors.nvim` |

(back to top)

## 🚀 Usage

To use this plugin, you need to enable it in your Neovim configuration file.

(back to top)

## 🤝 Contributing

Contributions are what make the open source community such an amazing place to
be, learn, inspire, and create. Any contributions you make are **greatly
appreciated**. To do so, please read the [contribution guidelines](CONTRIBUTING.md).

(back to top)

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE)
file for details.

(back to top)

[stars-shield]: https://img.shields.io/github/stars/AlejandroSuero/pretty-ts-errors.nvim.svg?style=for-the-badge
[stars-url]: https://github.com/AlejandroSuero/pretty-ts-errors.nvim/stargazers
[issues-shield]: https://img.shields.io/github/issues/AlejandroSuero/pretty-ts-errors.nvim.svg?style=for-the-badge
[issues-url]: https://github.com/AlejandroSuero/pretty-ts-errors.nvim/issues
[license-shield]: https://img.shields.io/github/license/AlejandroSuero/pretty-ts-errors.nvim.svg?style=for-the-badge
[license-url]: https://github.com/AlejandroSuero/pretty-ts-errors.nvim/blob/main/LICENSE