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

Add auto doxygen doc functionality. There are many old plugins for this.

Add linting functionality into vim, and then add linters for python and cpp. might use: - ale: can be integrated with coc. - some coc extension.

vim-airline is currently used for prettier statusline and tabline. Even though it is easy to use and works well, it slows nvim startup. Find a better plugin for this Options:...

it could be used to configure some extra functionalities about packer.

should make some startup faster. might be useful someday.

Defx is the current file tree plugin. It works fine after heavy configurations, but it still aint perfect. Remaining issues: - tabedit from inside of defx opens the file in...

Its a tool for fuzzy finding which uses neovim core instead of external tools.

Add easy configs for using multiple clipboards, not just the basic vim and system ones.

Integrate running python inside of vim: - run an interpreter split window (preferabely ipython) (easy). - Run whole project and see output while still in vim. utilize :make and set...

Find a good way to integrate cpp compilation. might use the :make command. Even if it uses an external cmake/make command, it should link from the error messages into the...