all repos

init.lua @ 2e4661ceaa1af571a7c4d5a3f7a756141e328e75

my nvim config
2 files changed, 7 insertions(+), 13 deletions(-)
update readme
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-04-30 23:57:21 +0300
Parent: c861ea2
M README.md

@@ -1,29 +1,23 @@

-# NEOVIM config +# nvim config -![Screenhot](./screen.png) - -## Install -- Install neovim(arch linux) +## Install +- Install a nvim(arch linux) ```bash -yay -S neovim-nightly-bin # or just neovim for stable +paru -S neovim-nightly-bin ``` -- Install plugin manager +- Install [packer.nvim](https://github.com/wbthomason/packer.nvim) ```bash git clone --depth 1 https://github.com/wbthomason/packer.nvim \ ~/.local/share/nvim/site/pack/packer/start/packer.nvim ``` -- Backup neovim your config +- Backup 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 +git clone https://github.com/olexsmir/nvim ~/.config/nvim ``` - -## Make tasks -- `fmt` Format all lua files -- `lint` Lint all lua files
D

Not showing binary file.