sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim trash-cli
git clone https://github.com/metallerok/neovim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
:Lazy
:Mason
<leader>e
with selected block
test
the_best
:norm I_some_text
test_some_text
the_best_some_text
test0
test0
test0
with celected block
g<C-a>
test1
test2
test3
``:s/foo/bar/gc,
g` - current line, `c` - confirm ask
:vimgrep /var/ `find . -type f`
:copen
:cdo %s/var/new_var/gc
<leader>g - live grep
<C-q> - view all occurencies
:vim /todo\|fixme/ **/*.py
:copen