8000 GitHub - QuiteClose/vimrc: Personalised config for Vim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

QuiteClose/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim (and Vim) Config

NeoVim Installation

mkdir ~/etc
git clone https://github.com/quiteclose/vimrc.git ~/etc/vimrc
ln -s ~/etc/vimrc/neovim/nvim ~/.config/nvim
mkdir ~/.nvimundo

NeoVim IDE Installation

  • Install neovim
  • Clone repo & link:
    mkdir ~/etc
    git clone https://github.com/quiteclose/vimrc.git ~/etc/vimrc
    ln -s ~/etc/vimrc/neovim.ide/nvim ~/.config/nvim
    mkdir ~/.nvimundo
  • Install packer: https://github.com/wbthomason/packer.nvim
    • Clone the plugin:
      git clone --depth 1 https://github.com/wbthomason/packer.nvim\
      ~/.local/share/nvim/site/pack/packer/start/packer.nvim
      
    • Open neovim and run the command:
      :PackerSync
      
  • Install CoPilot

Vim (deprecated)

See vim sub-directory README.

NeoVim migration deprecated Vim config as of May 2022. The following guide was helpful with the migration:

About

Personalised config for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0