NeoPrism

An IDE Made by Reven

A new IDE - NeoPrism

NeoPrism provides a lightweight but feature-rich development experience, integrated with XPrism.

screenshot

Components and functions

Easily manage plugins

NeoPrism's plugin manager can quickly install plugins, icons and styles, both written in Lua and VimScript. Vim, NeoVim and VSCode plugins are supported.

Your files, at a glance

The dashboard is highly extensible and allows for easy file navigation and feature access.

Find anything, with a keystroke

The built-in Telescope plugin makes it easy to find files and keywords in a project.

No bugs allowed

NeoPrism talks with the langauge server and snippet tools, to provide autocompletion and effortlessly find bugs across the project.

A colorful experience

NeoPrism supports syntax highlighting for any language, making it easy to read and write new code.

Tabs aren't just for browsers

Easily switch between files and buffers with a built-in tab system.

A tree like no other

Create, remove and find files with an easy to read file tree.

An easy terminal for the power user

NeoPrism's terminal system is quick and efficient, and allows for multiple terminals and processes at a time, especially useful during complex testing and bug-squashing.

Try it for yourself

Download from GitHub

NeoPrism

Quick install script

# Linux/MacOS:

git clone https://github.com/RevenMaster996/NeoPrism
cd NeoPrism
bash ./linuxInstall.sh

# Windows:

git clone https://github.com/RevenMaster996/NeoPrism
cd NeoPrism
.\windowsInstall.ps1