All Projects → hiyali → nvim

hiyali / nvim

Licence: other
❤️ A neovim config repo.

Programming Languages

Vim Script
2826 projects
shell
77523 projects

Projects that are alternatives of or similar to nvim

Ec 471g
黑苹果配置 hackintosh dsdt clover v3489 e1 471g ec 471g v3 471g acer mac osx efi ssdt aml config plist hd4000 gt630m inter
Stars: ✭ 30 (-9.09%)
Mutual labels:  config, install, configuration
neovim-config
Modern NeoVim config for IDE-like development
Stars: ✭ 89 (+169.7%)
Mutual labels:  config, configuration, nvim
Konf
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
Stars: ✭ 225 (+581.82%)
Mutual labels:  config, configuration
Winton.extensions.configuration.consul
Enables Consul to be used as a configuration source in dotnet core applications
Stars: ✭ 239 (+624.24%)
Mutual labels:  config, configuration
sitri
Sitri - powerful settings & configs for python
Stars: ✭ 20 (-39.39%)
Mutual labels:  config, configuration
Aconfig
Simple, useful and opinionated config loader.
Stars: ✭ 187 (+466.67%)
Mutual labels:  config, configuration
Config
🛠 A configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP
Stars: ✭ 203 (+515.15%)
Mutual labels:  config, configuration
nvim-config
My neovim config
Stars: ✭ 63 (+90.91%)
Mutual labels:  config, nvim
Gcfg
read INI-style configuration files into Go structs; supports user-defined types and subsections
Stars: ✭ 146 (+342.42%)
Mutual labels:  config, configuration
javaproperties
Python library for reading & writing Java .properties files
Stars: ✭ 20 (-39.39%)
Mutual labels:  config, configuration
Flex-AntiCheat
Flex AntiCheat - Optimized Configs For Multiple AntiCheats
Stars: ✭ 37 (+12.12%)
Mutual labels:  config, configuration
libconfini
Yet another INI parser
Stars: ✭ 106 (+221.21%)
Mutual labels:  config, configuration
Config
Various program configuration files and scripts
Stars: ✭ 173 (+424.24%)
Mutual labels:  config, configuration
Simple Settings
A simple way to manage your project settings.
Stars: ✭ 165 (+400%)
Mutual labels:  config, configuration
Environ Config
Python Application Configuration With Environment Variables
Stars: ✭ 210 (+536.36%)
Mutual labels:  config, configuration
Magento2 Configurator
Magento 2 Configurator
Stars: ✭ 158 (+378.79%)
Mutual labels:  config, configuration
dotfiles
My NixOS configuration featuring awesome and neovim
Stars: ✭ 40 (+21.21%)
Mutual labels:  config, nvim
logstash-config
logstash-config provides a parser and abstract syntax tree (AST) for the Logstash config format, written in Go
Stars: ✭ 26 (-21.21%)
Mutual labels:  config, configuration
Config
Manage Laravel configuration by persistent storage
Stars: ✭ 139 (+321.21%)
Mutual labels:  config, configuration
Config
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
Stars: ✭ 1,821 (+5418.18%)
Mutual labels:  config, configuration

nvim

A neovim configuration repo with many plugins that for more easily to install and configure your neovim!

QUICK way to get it!

For ubuntu

1. First of all install them

bash <(curl -s https://raw.githubusercontent.com/hiyali/nvim/master/scripts/install-in-ubuntu.sh)

2. And then install plugins!

nvim ~/.config/nvim/config/init.vimrc
:PlugInstall <ENTER>

Requirements

Install & Configure

1. Install - Homebrew (macOS) / Linuxbrew (Linux)

brew install neovim
pip3 install neovim

2. Font

cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete.otf

And set your terminal fonts to "Droid Sans Mono for Powerline Nerd Font Complete"

3. Configurations & Plugins

git clone https://github.com/hiyali/nvim.git ~/.config/nvim
nvim ~/.config/nvim/config/init.vimrc
:PlugInstall <ENTER>

Usage docs

wiki

Screenshot

nvim

Contribute

Feel free

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].