aboutsummaryrefslogtreecommitdiff
path: root/after
AgeCommit message (Collapse)Author
2023-10-21Improved code folding, because tree-sitter broke itMax Christian Pohle
2023-10-20Fixed LS integration and nvim init.lua housekeepingMax Christian Pohle
2023-01-20qol improvementsMax Christian Pohle
2022-12-18Switched to nvim and neovideMax Christian Pohle
2020-07-16Tiny mostly optical improvementsMax Christian Pohle
2020-02-28Small fixes and adoptions for python[23]Max Christian Pohle
2019-06-10Improved color schemes, indentation, autocompletion for textMax Christian Pohle
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-07Changed some signcolumn iconsMax 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-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-05-17Fixed code folding for C comments, added spell checkingMax 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-02-27Fixed syntax of C commentsMax Christian Pohle
2018-02-07Improved foldtext, removed default textwidth=120Max Christian Pohle
2018-01-31Added comment folding to C filetypeMax Christian Pohle
this works by overruling some of the default settings, see :help mysyntaxfile-add*
..