https://github.com/chrisenytc/spacevim
My spacevim files
https://github.com/chrisenytc/spacevim
configuration neovim spacevim
Last synced: 10 months ago
JSON representation
My spacevim files
- Host: GitHub
- URL: https://github.com/chrisenytc/spacevim
- Owner: chrisenytc
- License: cc0-1.0
- Created: 2017-10-20T19:06:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T18:31:59.000Z (over 8 years ago)
- Last Synced: 2025-04-05T08:34:46.077Z (about 1 year ago)
- Topics: configuration, neovim, spacevim
- Language: Vim script
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Christopher's spacevim
> These are my spacevim files. I created them when I started using NeoVim and adapted them to my needs.
## What's included
#### Themes
* One Dark (colorscheme)
#### Languages supported
* C
* Elixir
* Golang
* Haskell
* Java
* JavaScript
* TypeScript
* Lua
* Perl
* PHP
* Python
* Rust
* Shell
## Installing (step by step)
Go to your home directory:
```bash
$ cd ~
```
Clone my spacevim repo:
```bash
$ git clone https://github.com/chrisenytc/spacevim.git ~/.SpaceVim.d
```
Download [Fira Code](https://github.com/tonsky/FiraCode/releases/download/1.102/FiraCode_1.102.zip) and click `Install font` to install Fira Code's font which supports fancy characters.
```bash
$ open ~/FiraCode-Bold.otf
```
Install plugins by opening neovim
```
nvim
```
Open NeoVim:
```bash
$ nvim
```
(if you use VimR):
```bash
$ vimr
```
Restart your NeoVim or VimR and enjoy! :)
## License
Check [here](LICENSE).