Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordxexsteros/neocraft-stater
This is a simple, sleek and Beginner-friendly Neovim distro with is easy to use. This is built on top of LazyVim and uses Lazy.nvim
https://github.com/lordxexsteros/neocraft-stater
configuration dotfiles lazyvim lua neovim neovim-config
Last synced: about 2 months ago
JSON representation
This is a simple, sleek and Beginner-friendly Neovim distro with is easy to use. This is built on top of LazyVim and uses Lazy.nvim
- Host: GitHub
- URL: https://github.com/lordxexsteros/neocraft-stater
- Owner: lordxexsteros
- License: apache-2.0
- Created: 2024-10-27T16:44:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:29:33.000Z (3 months ago)
- Last Synced: 2024-10-29T04:26:00.132Z (3 months ago)
- Topics: configuration, dotfiles, lazyvim, lua, neovim, neovim-config
- Language: Lua
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
**Neocraft** is a Neovim setup built on top of [💤 lazy.nvim](https://github.com/folke/lazy.nvim) to simplify customization and extension of your configuration. Neocraft combines the flexibility of custom configurations with the ease of a pre-configured environment, making it ideal for developers.
![image](assets/1-Logo.png)
![image](assets/2-logo.png)## ✨ Features
- 🔥 Converts Neovim into a powerful IDE
- 💤 Easily customize and extend your configuration with [lazy.nvim](https://github.com/folke/lazy.nvim)
- 🚀 Optimized for performance
- 📦 Includes a rich set of pre-configured plugins## ⚡️ Requirements
- Neovim >= **0.9.0** (built with **LuaJIT**)
- Git >= **2.19.0** (for partial clones support)
- a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_**
- a **C** compiler for `nvim-treesitter`. See [requirements](https://github.com/nvim-treesitter/nvim-treesitter#requirements)## 🚀 Getting Started
- Make the folder (only if you havent)
```sh
mkdir ~/.config/nvim
```- Clone the starter
```sh
git clone https://github.com/lordxexsteros/NeoCraft-stater ~/.config/nvim
```- Remove the `.git` folder, so you can add it to your own repo later
```sh
rm -rf ~/.config/nvim/.git
```- Start Neovim!
```sh
nvim
```