all repos

init.lua @ 399c1360c8c2b22299a1e6b79075edac71a8034b

my nvim config
1 files changed, 21 insertions(+), 0 deletions(-)
Updated README
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-04 11:36:34 +0200
Parent: 6d61be1
M README.md

@@ -2,6 +2,27 @@ # NEOVIM config

![Screenhot](./screen.png) +## Install +- Install neovim(arch linux) +```bash +yay -S neovim-nightly-bin # or just neovim for stable +``` + +- Install plugin manager +```bash +git clone --depth 1 https://github.com/wbthomason/packer.nvim \ + ~/.local/share/nvim/site/pack/packer/start/packer.nvim +``` + +- Backup neovim your config +```bash +mv ~/.config/nvim ~/.config/nvim.old +``` + +- Install nvim setup +```bash +git clone --recursive https://github.com/flof-ik/nvim.git ~/.config/nvim +``` ## Make tasks - `fmt` Format all lua files