Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-22 | Major refactoring for version 2.0 | Max 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-20 | Refactored a lot | Max Christian Pohle | |
2018-10-14 | Improved code folding and tidied up | Max 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-04 | Minor refactoring | Max 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-01 | Removed syntax expansion pack | Max Christian Pohle | |
The default Vim installation suits my needs. | |||
2018-07-10 | Added preview window function from the help | Max Christian Pohle | |
improved man pager integration improved fonts for gvim | |||
2018-06-28 | Fixed sort order of different autocmds | Max Christian Pohle | |
2018-06-24 | Tidied the statusline function up | Max Christian Pohle | |
2018-06-23 | Fixed linux terminal support and changed some symbols | Max Christian Pohle | |
2018-06-23 | Improved UI consistency | Max Christian Pohle | |
2018-06-20 | Fixed code folding bug | Max 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-07 | Added arglist count to statusbar | Max Christian Pohle | |
2018-06-01 | Added location list to sign function | Max Christian Pohle | |
Is ugly and will be improved | |||
2018-05-31 | Added menu to get all signs into the location list | Max Christian Pohle | |
2018-05-25 | Added conditional indicators (spellcheck) to statusbar | Max Christian Pohle | |
2018-05-18 | Added git command to the menu | Max Christian Pohle | |
2018-05-17 | Fixed code folding for C comments, added spell checking | Max Christian Pohle | |
2018-05-17 | Some minor bugfixes and a little bit more status | Max Christian Pohle | |
2018-05-14 | Commented installer script and fixed local installer | Max Christian Pohle | |
2018-05-14 | Added installer and fixed spell checking error | Max 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-13 | A little bit refactoring, switched Papercolor theme to light | Max Christian Pohle | |
2018-05-13 | Dropped lightline, now using a custom statusline | Max 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-08 | Custom Statusline has basic functionality | Max Christian Pohle | |
2018-05-07 | Working version with wrong colors | Max Christian Pohle | |
2018-05-04 | forked custom statusline in an extra file | Max Christian Pohle | |
2018-05-03 | Started a custom statusline and automated ycm installation | Max Christian Pohle | |
2018-04-26 | fixed/removed: keymap breaks nvim -> vim compatibility | Max Christian Pohle | |
2018-04-25 | Removed autoinclude plugin, because performance issues | Max Christian Pohle | |
2018-04-24 | BufToArg changed, cwd shown per win, improved deoplete integration | Max Christian Pohle | |
2018-04-16 | Further simplifications | Max Christian Pohle | |
2018-04-15 | Refactoring: See 'convenience' section | Max Christian Pohle | |
2018-04-09 | Improved default options for neogdb | Max Christian Pohle | |
2018-04-08 | Neovim tweaks, especially for deoplete as a replacement for YCM | Max Christian Pohle | |
2018-04-06 | Added command to add all buffers to the argument list | Max Christian Pohle | |
2018-04-05 | Fixed problems with git diff bash command | Max Christian Pohle | |
2018-04-05 | Fixed vim in a pipe behaviour with 'recent files' | Max Christian Pohle | |
2018-04-05 | Merged detached 'master' from second server | Max Christian Pohle | |
2018-04-05 | Added recent file list when opening empty vim | Max Christian Pohle | |
2018-03-28 | More screen space and unconditional white space markers | Max Christian Pohle | |
2018-03-26 | Minor changes to improve performance on huge files | Max Christian Pohle | |
2018-03-21 | Test: switch buffer with C-Pgup, args with S-Pgup | Max Christian Pohle | |
2018-02-27 | Fixed syntax of C comments | Max Christian Pohle | |
2018-02-10 | Fixed Bug: Automatically save the first change | Max Christian Pohle | |
This was introduced by the autocmd used to return the cursor to the previous position and appeared only sometimes, when vim was loading slower than usual. | |||
2018-02-09 | Again made foldtext fancier :) | Max Christian Pohle | |
2018-02-07 | Improved foldtext, removed default textwidth=120 | Max Christian Pohle | |
2018-01-31 | Added comment folding to C filetype | Max Christian Pohle | |
this works by overruling some of the default settings, see :help mysyntaxfile-add* | |||
2018-01-19 | Added spell checking capabilities | Max Christian Pohle | |
2018-01-16 | Added a few shortcuts to shortcuts.txt | Max Christian Pohle | |
2018-01-12 | Fixed nerd font error symbols for ale | Max Christian Pohle | |
2018-01-11 | Experimental neovim alternatives included | Max Christian Pohle | |