Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishpranav/ide
A simple ide built in Lua
https://github.com/krishpranav/ide
ide lua neovim-config neovim-configuration neovim-dotfiles neovim-setup nvim vim
Last synced: 27 days ago
JSON representation
A simple ide built in Lua
- Host: GitHub
- URL: https://github.com/krishpranav/ide
- Owner: krishpranav
- Created: 2021-08-04T11:56:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T12:29:53.000Z (over 3 years ago)
- Last Synced: 2024-10-15T22:21:19.801Z (3 months ago)
- Topics: ide, lua, neovim-config, neovim-configuration, neovim-dotfiles, neovim-setup, nvim, vim
- Language: Lua
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ide
A simple ide built in Lua# Installation:
```
$ git clone https://github.com/krishpranav/ide
$ cd ide
$ ./install.sh
```# Requirements:
```
neovim
lua
a terminal that supports nerdfonts
```