https://github.com/sasaplus1/macos-vim
my Vim for macOS
https://github.com/sasaplus1/macos-vim
vim
Last synced: about 1 year ago
JSON representation
my Vim for macOS
- Host: GitHub
- URL: https://github.com/sasaplus1/macos-vim
- Owner: sasaplus1
- License: mit
- Created: 2021-01-08T15:38:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T06:42:46.000Z (about 1 year ago)
- Last Synced: 2025-04-25T07:33:10.862Z (about 1 year ago)
- Topics: vim
- Language: Makefile
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macos-vim
[](https://github.com/sasaplus1/macos-vim/actions?query=workflow%3A"test")
my Vim for macOS
## How to install
```console
$ make install
```
if you want to change install directory:
```console
$ make install prefix=/path/to/dir
```
if you want LuaJIT:
```console
$ WITH_LUAJIT=1 make install
```
see `Makefile` for more details.
## License
The MIT license.