Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HallaVim

A calmer vim amidst volcanic Jeju. Code closer to nature.

Description

HallaVim is a neovim configuration built on the Jeju One Dark theme (https://abghim.github.io/jeju-one-dark). It provides a balanced degree of control, functionality, and eye-candy. Experience a restrained, snappy, & bloatless vim experience.

Important

HallaVim requires nvim >= 0.11.1. Important lsp & telescope features will otherwise fail.

Packages

Note

These packages are fetched & installed automatically by lazy.nvim. Packages may have breaking changes. If they disrupt your HallaVim setup, please open an issue.

The following packages are bundled by HallaVim. They were chosen to (1) take the programmer where he/she needs to be with minimal mental overhead and (2) add small cosmetic details that improve readability.

Install

Automated Installer Script

curl https://gist.githubusercontent.com/abghim/e0fe0f7f5b97f807f6fb2890abbd4a60/raw/.hallavim-install.sh | bash

Macho Installation

First, make sure neovim is installed. Did you do that? Awesome!

If you have an existing neovim config under ~/.config/nvim, it's a good idea to back it up first.

if [ -d "~/.config/nvim" ]; then
    mv ~/.config/nvim ~/.config/nvim.old
fi

Great, now clone this repository.

git clone https://github.com/abghim/hallavim ~/.config/nvim

You are good to go!

nvim

Contained Installation

Clone the repository somewhere else, then start neovim explicitly with that directory.

git clone https://github.com/abghim/hallavim ~/.config/hallavim

Start neovim with

NVIM_APPNAME=hallavim nvim

It's a good idea to alias this in your shell of choice. For example,

cat >>~/.bashrc <<'676767'
alias hvim="NVIM_APPNAME=hallavim nvim"
676767

Screenshots

About

A calmer vim amidst volcanic Jeju

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages