iGor milhit
14484cc982
* Installs vim-fzf plugin. * Reformats and updates the README.md Co-Authored-by: Igor Milhit <igor@milhit.ch> |
||
---|---|---|
colors | ||
spell | ||
.gitignore | ||
README.md | ||
init.vim | ||
minimal-init.vim |
README.md
My neovim
setup
Having used neovim
for a few month, with symlinks for the configuration and
the plugins, I want to start a new setup.
Firstly, I don't use any more pathogen
for the management of plugins, but
vim-plug
instead. To install and activate vim-plug
see the
documentation.
I'm using the nord color scheme.
Requirements
neovim
git
nodejs
,yarn
- ripgrep
- The Silver Searcher (
ag
)
Installation
- Clone the repository.
- Create a symlink.
- Check the requirements.
- Start
neovim
. - Install the plugins (
:PlugInstall
).
git clone <URL>
ln -s neovim .config/neovim
nvim
:PlugInstall