scripts/vim-config/Readme.md

21 lines
514 B
Markdown
Raw Normal View History

2025-03-14 18:35:21 +01:00
# 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:
2025-03-14 18:36:00 +01:00
> cd ~/.config/nvim/
2025-03-14 18:35:21 +01:00
> wget https://5ccppi.org:3000/ccppi/scripts/raw/branch/master/vim-config/init.lua
## install the plugins:
### start neovim
> nvim
### install plugins
2025-03-14 18:36:46 +01:00
> :PlugInstall
2025-03-14 18:37:20 +01:00
2025-03-14 18:35:21 +01:00
restart and have fun