Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-12 | tidied this repo up and uploaded my new nvim from scratch config | Max Christian Pohle | |
2023-10-21 | Improved code folding, because tree-sitter broke it | Max Christian Pohle | |
2023-10-20 | Fixed LS integration and nvim init.lua housekeeping | Max Christian Pohle | |
2023-01-20 | qol improvements | Max Christian Pohle | |
2022-12-18 | Switched to nvim and neovide | Max Christian Pohle | |
2020-07-16 | Tiny mostly optical improvements | Max Christian Pohle | |
2020-02-28 | Small fixes and adoptions for python[23] | Max Christian Pohle | |
2019-06-10 | Improved color schemes, indentation, autocompletion for text | Max Christian Pohle | |
2018-11-20 | Improved Tab/Statusline, e.g. fixed spacing | Max Christian Pohle | |
also added <leader>gh for c files, guess what that does ;) | |||
2018-11-12 | Found and added formatoptions :) | Max Christian Pohle | |
2018-11-07 | Changed some signcolumn icons | 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-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-05-17 | Fixed code folding for C comments, added spell checking | 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-02-27 | Fixed syntax of C comments | 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* |