Skip to content
/ nvim Public

A Neovim configuration based on AstroNvim for development within the CAPE organization

License

Notifications You must be signed in to change notification settings

cape-ph/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAPE's Neovim Configuration

A Neovim configuration based on the AstroNvim distribution for development within the CAPE organization and to set up all of the languages and common tooling used.

⚡ Requirements

🛠️ Usage (Unix/Mac Instructions)

  1. Clone the repository to the folder ~/.config/cape
git clone https://github.com/cape-ph/nvim.git ~/.config/cape
  1. Run the configuration using the NVIM_APPNAME environment variable
NVIM_APPNAME=cape nvim

Tip

You can make this default by exporting NVIM_APPNAME=cape in a terminal session or in your shell configuration

export NVIM_APPNAME=cape
nvim

🐳 Test in Docker

docker run -w /root -it --rm alpine:edge sh -uelic '
  apk add bash curl git npm python3 go neovim alpine-sdk --update
  git clone --depth 1 https://github.com/cape-ph/nvim ~/.config/nvim
  nvim
'

Footnotes

  1. Note when using default theme: For MacOS, the default terminal does not have true color support. You will need to use iTerm2, Kitty, WezTerm, or another terminal emulator that has true color support.

About

A Neovim configuration based on AstroNvim for development within the CAPE organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages