Skip to content

ToshikiNakamura0412/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

License: MIT

Environment

OS

  • Linux
    • alpine
    • arch
    • centos (stream)
    • debian
    • fedora
    • opensuse (leap)
    • ubuntu
  • macOS

Architecture

  • x86_64
  • arm64

Installation

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

Troubleshooting

If your Vim does not support clipboard operations, execute the following:

  • Prerequisites: wget
./vim/install_vim_linux_app.sh