neovim: moving config manager to packer

i have used neovim on daily basis long time ago. i used plug for plugin management from beginning. because i still try some new plugins my config became very messy and not readable. and i made decision reconfigur my neovim from scratch. yes! it was time for choose and trying new plugin manager and replace cool, but not lua manager with something more trendy. i choosed packer.nvim. thats it.

i have pushed my new config to github repo. please will be patient. suggestions for improvement are welcome.

-- ~/.config/nvim/init.lua
require('pepa.settings')
require('pepa.packer')
require("pepa.keybiding")