add instruction on how to install
This commit is contained in:
parent
6aaa24ac23
commit
eb7197f187
18
vim-config/Readme.md
Normal file
18
vim-config/Readme.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Installation
|
||||||
|
## Install neovim
|
||||||
|
> sudo pacman -Suy neovim
|
||||||
|
|
||||||
|
## Install vim.plug (Plugin Manager)
|
||||||
|
> 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'
|
||||||
|
|
||||||
|
## Get the configfile:
|
||||||
|
> cd ~/.config/nvim/
|
||||||
|
> wget https://5ccppi.org:3000/ccppi/scripts/raw/branch/master/vim-config/init.lua
|
||||||
|
|
||||||
|
## install the plugins:
|
||||||
|
### start neovim
|
||||||
|
> nvim
|
||||||
|
### install plugins
|
||||||
|
> :PlugInstall
|
||||||
|
restart and have fun
|
Loading…
x
Reference in New Issue
Block a user