Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 867 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 867 Bytes

StephPY neoVIM config

Installation

  • neovim 🚀
  • vimplug because it's the vim package manager 📦
  • fzf ❤️
  • ripgrep to search as fast as 🔦 in your project files
  • composer ... it has to be accessible through ̀̀composer xxx in your shell.

You can backup your neovim directory (~/.config/nvim) then:

cd ~/.config
git clone https://github.com/stephpy/vim-config.git nvim

You should create your own init.local.vim, and you have to edit values inside or add your owns.

cp ~/.config/nvim/init.local.vim.dist ~/.config/nvim/init.local.vim

Then, ... install plugins with:

vim +PlugInstall

You can look at init.vim to see keyboard mapping.

🍻