EvolveBeyond / NvPak

A clean config for neovim to be of particular complexity
Other
95 stars 9 forks source link

Trouble was added to the project. #85

Closed Pakrohk closed 1 year ago

Pakrohk commented 1 year ago

You have used require twice in trouble.lua file

Yes, I also once made an application from it so that I could call a part of the file only in one place.

padding = true, -- add an extra new line on top of the list
hotkeys.action_keys,
indent_lines = true, -- add an indent guide below the fold icons

But normal keys can't be introduced to config with this method, so I had to call all the keys file again, the better way is to make a fallback. But I still don't have a specific idea for it.