aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-20Improved Tab/Statusline, e.g. fixed spacingMax Christian Pohle
also added <leader>gh for c files, guess what that does ;)
2018-11-12Found and added formatoptions :)Max Christian Pohle
2018-11-08Fixed install scriptMax Christian Pohle
2018-11-07Changed some signcolumn iconsMax Christian Pohle
2018-10-29Ported install script (sort of)Max Christian Pohle
2018-10-29Fixed submodule handlingMax Christian Pohle
2018-10-29Further cleaning finally doneMax Christian Pohle
2018-10-23Improved submodule handlingMax Christian Pohle
2018-10-22Major refactoring for version 2.0Max Christian Pohle
vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well.
2018-10-20Refactored a lotMax Christian Pohle
2018-10-14Improved code folding and tidied upMax Christian Pohle
The new foldexpr hides everything if its highlight group has 'comment' to it. The foldtext has also been improved and now shows textwidth characters. By now also 0 is allowed, but then it is as if foldtext would be empty. I will probably remove this.
2018-10-04Minor refactoringMax Christian Pohle
- beautification of the vertical bar - removed Vim Minimap plugin - GIT shows recently changed files in the quickfix list instead of the location list
2018-10-01Removed syntax expansion packMax Christian Pohle
The default Vim installation suits my needs.
2018-07-10Added preview window function from the helpMax Christian Pohle
improved man pager integration improved fonts for gvim
2018-06-28Fixed sort order of different autocmdsMax Christian Pohle
2018-06-24Tidied the statusline function upMax Christian Pohle
2018-06-23Fixed linux terminal support and changed some symbolsMax Christian Pohle
2018-06-23Improved UI consistencyMax Christian Pohle
2018-06-20Fixed code folding bugMax Christian Pohle
also added some Git menu enties improved the recently used files startup screen improved the foltext by removing double white spaces improved contextual statusline
2018-06-07Added arglist count to statusbarMax Christian Pohle
2018-06-01Added location list to sign functionMax Christian Pohle
Is ugly and will be improved
2018-05-31Added menu to get all signs into the location listMax Christian Pohle
2018-05-25Added conditional indicators (spellcheck) to statusbarMax Christian Pohle
2018-05-18Added git command to the menuMax Christian Pohle
2018-05-17Fixed code folding for C comments, added spell checkingMax Christian Pohle
2018-05-17Some minor bugfixes and a little bit more statusMax Christian Pohle
2018-05-14Commented installer script and fixed local installerMax Christian Pohle
2018-05-14Added installer and fixed spell checking errorMax Christian Pohle
The error was visible in C files where comments of highlighting group Folded were not displaying bad spelling colors any more.
2018-05-13A little bit refactoring, switched Papercolor theme to lightMax Christian Pohle
2018-05-13Dropped lightline, now using a custom statuslineMax Christian Pohle
It displays everything what lightline did before, but I took special care to make it compatible with all colorschemes I am using.
2018-05-08Custom Statusline has basic functionalityMax Christian Pohle
2018-05-07Working version with wrong colorsMax Christian Pohle
2018-05-04forked custom statusline in an extra fileMax Christian Pohle
2018-05-03Started a custom statusline and automated ycm installationMax Christian Pohle
2018-04-26fixed/removed: keymap breaks nvim -> vim compatibilityMax Christian Pohle
2018-04-25Removed autoinclude plugin, because performance issuesMax Christian Pohle
2018-04-24BufToArg changed, cwd shown per win, improved deoplete integrationMax Christian Pohle
2018-04-16Further simplificationsMax Christian Pohle
2018-04-15Refactoring: See 'convenience' sectionMax Christian Pohle
2018-04-09Improved default options for neogdbMax Christian Pohle
2018-04-08Neovim tweaks, especially for deoplete as a replacement for YCMMax Christian Pohle
2018-04-06Added command to add all buffers to the argument listMax Christian Pohle
2018-04-05Fixed problems with git diff bash commandMax Christian Pohle
2018-04-05Fixed vim in a pipe behaviour with 'recent files'Max Christian Pohle
2018-04-05Merged detached 'master' from second serverMax Christian Pohle
2018-04-05Added recent file list when opening empty vimMax Christian Pohle
2018-03-28More screen space and unconditional white space markersMax Christian Pohle
2018-03-26Minor changes to improve performance on huge filesMax Christian Pohle
2018-03-21Test: switch buffer with C-Pgup, args with S-PgupMax Christian Pohle
2018-02-27Fixed syntax of C commentsMax Christian Pohle
..