aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-18Replaced Tahoma font with standard Sans-SerifstagingMax Christian Pohle
2021-01-18Use a bright colortheme for gvimMax Christian Pohle
2021-01-18Added as default makeprg for C `make <thisfile>`Max Christian Pohle
and removed clang-format, because it can be used manually and does not have to be such a fake equalcommand
2021-01-18Removed karlmarks, made it a plugin and readded itMax Christian Pohle
2020-09-11made parent indentation specific to CMax Christian Pohle
2020-09-10made jedi.vim start automaticallyMax Christian Pohle
2020-09-10Updated submodulesMax Christian Pohle
2020-09-10Version bumpMax Christian Pohle
2020-07-17Replaced max-splash with vim-recently-used pluginMax Christian Pohle
2020-07-16Improved statusline, color for root userMax Christian Pohle
2020-07-16Tiny mostly optical improvementsMax Christian Pohle
2020-07-08Cleaned unnecssary folderMax Christian Pohle
2020-07-08Improved fontconfig with ligaturesMax Christian Pohle
2020-07-08Merge branch 'staging2' into stagingMax Christian Pohle
2020-07-08Minor cleanups done over a larger time spanMax Christian Pohle
2020-06-26improved readme and term supportMax Christian Pohle
2020-06-26Hotfixes to improve compatibility with pythonMax Christian Pohle
2020-03-09updated submodules, clang-format now uses py3Max Christian Pohle
2020-02-28Small fixes and adoptions for python[23]Max Christian Pohle
2020-01-20Syntax files ready and testedMax Christian Pohle
2019-10-13Refactored 'splash' a lot & minor fixes in statuslineMax Christian Pohle
2019-10-09Further refactored statusline and splashMax Christian Pohle
2019-10-08Refactord color scheme and statusbarMax Christian Pohle
2019-10-07further C&P and keyboard arrow fixesMax Christian Pohle
2019-09-20Major version updateMax Christian Pohle
2019-09-12Improved Java support & minor fixesMax Christian Pohle
2019-07-29Fixed color scheme and C handlingMax Christian Pohle
2019-06-10Improved color schemes, indentation, autocompletion for textMax Christian Pohle
2019-05-01Improved statuslineMax Christian Pohle
2019-04-01Changed default font to HackMax Christian Pohle
2019-03-30Fixed window titleMax Christian Pohle
2019-03-27Fixed submodule again :/Max Christian Pohle
2019-03-26Fixed statusline / improved docs in mark pluginMax Christian Pohle
2019-03-25Added custom marks plugin & fixed submodulesMax Christian Pohle
2019-01-07Changed gtk colors and current word hightlightingMax Christian Pohle
not bold and underlined, but only underlined now
2018-12-16Changed some colors / better transparencyMax Christian Pohle
2018-12-02Fixed colorscheme and display problemsMax Christian Pohle
- signify sometimes required CTRL-L to display the symbols - separation between windows looked ugly because of the foldcolumns background color- fixed. - added Xresources (can be linked to ~/.Xresources), applies base16 - added xinputrc (can be linked to ~/.xinputrc), makes bash vi-like
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.
..