/README.md

https://github.com/stephpy/vim-config · Markdown · 34 lines · 23 code · 11 blank · 0 comment · 0 complexity · 96142a88364295f521fa4e4148c9e55e MD5 · raw file

  1. StephPY neoVIM config
  2. ==================
  3. # Installation
  4. - [neovim](https://neovim.io/) :rocket:
  5. - [vimplug](https://github.com/junegunn/vim-plug) because it's the vim package manager :package:
  6. - [fzf](https://github.com/junegunn/fzf) :heart:
  7. - [ripgrep](https://github.com/BurntSushi/ripgrep) to search as fast as :flashlight: in your project files
  8. - composer ... it has to be accessible through ̀̀`composer xxx` in your shell.
  9. You can backup your neovim directory (~/.config/nvim) then:
  10. ```
  11. cd ~/.config
  12. git clone https://github.com/stephpy/vim-config.git nvim
  13. ```
  14. You should create your own init.local.vim, and you have to edit values inside or add your owns.
  15. ```
  16. cp ~/.config/nvim/init.local.vim.dist ~/.config/nvim/init.local.vim
  17. ```
  18. Then, ... install plugins with:
  19. ```
  20. vim +PlugInstall
  21. ```
  22. You can look at init.vim to see keyboard mapping.
  23. :beers: