https://github.com/toshikinakamura0412/vim
My minimum vim settings
https://github.com/toshikinakamura0412/vim
alpine archlinux arm64 centos-stream debian fedora macos mit-license opensuse-leap ubuntu vim vim-config x86-64
Last synced: 3 months ago
JSON representation
My minimum vim settings
- Host: GitHub
- URL: https://github.com/toshikinakamura0412/vim
- Owner: ToshikiNakamura0412
- License: mit
- Created: 2024-01-19T09:47:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T16:58:12.000Z (over 1 year ago)
- Last Synced: 2025-01-21T16:45:41.100Z (about 1 year ago)
- Topics: alpine, archlinux, arm64, centos-stream, debian, fedora, macos, mit-license, opensuse-leap, ubuntu, vim, vim-config, x86-64
- Language: Vim Script
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim
[](https://opensource.org/licenses/MIT)
## Environment
### OS
- Linux
- alpine
- arch
- centos (stream)
- debian
- fedora
- opensuse (leap)
- ubuntu
- macOS
### Architecture
- x86_64
- arm64
## Installation
```bash
git clone https://github.com/ToshikiNakamura0412/vim.git
./vim/install.sh
```
### Options
- `--with-copilot` : Enable GitHub Copilot plugin in Vim.
- `--setup-only` : Only set up Vim configuration without installing prerequisites.
- `-h, --help` : Show help message.
## Setup
### plugin
- If you want to enable Github Copilot, execute the following in Vim:
- Prerequisites: Node.js
```
:Copilot setup
```
## Tips
- `Ctrl-n`: Keyword completion
https://vim-jp.org/vimdoc-en/insert.html#ins-completion
## Troubleshooting
If your Vim does not support clipboard operations, execute the following:
- Prerequisites: wget
```bash
./vim/install_vim_linux_app.sh
```