Skip to content

bloodlust-Hisoka/Neochad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoChad

NeoChad is an chad neovim configuration

Showcase

Features

* Lightweight but powerfull

*Easy configure as every config file has comments

* Easy to setup Lsp for new language

* Supports lowend devices

* Easy to add or delete plugins

* Fast startup time

* Plugins are loaded only when needed

* Awesome preinstalled themes

Prerequisites

* Rigrep

* Mingw is must for windows

* Gnuwin32 is must for windows

* Nerd font -optional

Installation

Windows

git clone https://github.com/bloodlust-Hisoka/Neochad.git %USERPROFILE%\AppData\Local\nvim --depth && nvim

Linux or Mac

git clone https://github.com/bloodlust-Hisoka/Neochad.git .config/nvim --depth && nvim

Note

Neochad is a base config so don't expect updates.each file has comments so you can easily configure it.plugins can be updated by Lazy

Plugins

colorscheme

colorscheme-creation

comment

completion

editing-support

formatting

fuzzy-finder

game

indent

keybinding

lsp

lsp-installer

lua-colorscheme

marks

nvim-dev

plugin-manager

snippet

startup

statusline

syntax

tabline

utility

Adding plugins

Add file in plugins folder in configuration folder and return table like this

.config/nvim/lua/User/plugins/example.lua

%USERPROFILE%\AppData\Local\nvim\lua\User\plugins\example.lua For Windows OS

return{
  'example/example.nvim', -- plugin url
  config =function()
  --plugin configuration here
  end
  }

Installing Lsp

To install Lsp for new language run Mason cmd and install the lsp.No configuration is needed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages