All Projects → ParallaxWave → nvim

ParallaxWave / nvim

Licence: other
No description or website provided.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to nvim

Config
Various program configuration files and scripts
Stars: ✭ 173 (+1230.77%)
Mutual labels:  config
Config
📝 Go config manage(load,get,set). support JSON, YAML, TOML, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名
Stars: ✭ 225 (+1630.77%)
Mutual labels:  config
dotfiles
My NixOS configuration featuring awesome and neovim
Stars: ✭ 40 (+207.69%)
Mutual labels:  config
Assh
💻 make your ssh client smarter
Stars: ✭ 2,340 (+17900%)
Mutual labels:  config
Spring Cloud Vault
Configuration Integration with HashiCorp Vault
Stars: ✭ 210 (+1515.38%)
Mutual labels:  config
Winton.extensions.configuration.consul
Enables Consul to be used as a configuration source in dotnet core applications
Stars: ✭ 239 (+1738.46%)
Mutual labels:  config
Simple Settings
A simple way to manage your project settings.
Stars: ✭ 165 (+1169.23%)
Mutual labels:  config
dotfiles
My personal set of dotfiles (Managed with Stow)
Stars: ✭ 34 (+161.54%)
Mutual labels:  config
Environ Config
Python Application Configuration With Environment Variables
Stars: ✭ 210 (+1515.38%)
Mutual labels:  config
Yay Evil Emacs
😈 A lightweight literate Emacs config with even better "better defaults". Shipped with a custom theme!
Stars: ✭ 250 (+1823.08%)
Mutual labels:  config
Aconfig
Simple, useful and opinionated config loader.
Stars: ✭ 187 (+1338.46%)
Mutual labels:  config
Config
🛠 A configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP
Stars: ✭ 203 (+1461.54%)
Mutual labels:  config
Webpack Config
Helps to load, extend and merge webpack configs
Stars: ✭ 244 (+1776.92%)
Mutual labels:  config
Springcloud
简单了解微服务
Stars: ✭ 174 (+1238.46%)
Mutual labels:  config
config utilities
Utility tools to make working with config structs for (ROS) C++ libraries more uniform, readable and convenient.
Stars: ✭ 19 (+46.15%)
Mutual labels:  config
Config4k
A Kotlin wrapper for Typesafe Config
Stars: ✭ 168 (+1192.31%)
Mutual labels:  config
Konf
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
Stars: ✭ 225 (+1630.77%)
Mutual labels:  config
dotfiles
My doots. Changes are frequent, stability not guaranteed. Supports Arch, CentOS and Darwin.
Stars: ✭ 27 (+107.69%)
Mutual labels:  neovim-dotfiles
ini
📝 Go INI config management. support multi file load, data override merge. parse ENV variable, parse variable reference. Dotenv file parse and loader. INI配置读取管理,支持多文件加载,数据覆盖合并, 解析ENV变量, 解析变量引用。DotEnv 解析加载
Stars: ✭ 72 (+453.85%)
Mutual labels:  config
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (+1784.62%)
Mutual labels:  config

Neovim

My neovim configuration, designed mainly for speed while keeping aesthetics in mind.

Previews

Preview 1

Details

Install

  • Back up your previous neovim configuration:
$ mv ~/.config/nvim ~/.config/NVIM.BAK
  • Install this config by cloning the repo to ~/.config/nvim
$ git clone https://github.com/ParallaxWave/nvim ~/.config/nvim
  • Setup Packer.nvim
  • After that, install the plugins from within nvim by running:
:PackerSync
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].