init.vimango icon indicating copy to clipboard operation
init.vimango copied to clipboard

Results 15 init.vimango issues
Sort by recently updated
recently updated
newest added

Decide what bracket auto closing plugin do you use. From what i have seen, those options seem to be the best: - autopairs: Works, mature, configurable. currently installed. - cons:...

Choose a form of tag files - catgs/cscope/gnu tags/global tags/universal ctags and integrate it into your vim setup. Tags are useful for nearly all languages, and can be used for...

Integrate debugging into vim, like in an IDE. Mainly for cpp and python. temporary solution: :Termdebug command. uses gdb inside of vim, but only supports the basics, and its nearly...

Add features for managing projects in vim: - Open a project workspace, with project dir being cwd. - Create new projects with a certain template and pre-made files, like .ccls...

Add git integration inside of nvim: - Files tree marks changed files. - Easy files diff view. - Easy file adding/staging. - Nice commits tree view. - Thin wrappers for...