Skip to content

WysokiStudent/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e47f10 · Jun 27, 2021

History

20 Commits
May 30, 2021
Sep 21, 2020
Sep 21, 2020
Jun 27, 2021

Repository files navigation

Setup

First install vim-plug:

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Now place the init file in the correct directory:

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

then in nvim run :PlugInstall and restart the editor. The configuration should be loaded. It may happen that the installation of YCM will fail because some dependencies are not found. In that case in the YCM install posthook switch out the -all flag to something more concrete.

About

My nvim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published