summaryrefslogtreecommitdiff
path: root/pkgs
AgeCommit message (Collapse)Author
2019-03-08Update vim configAdrian Kummerlaender
2019-03-08Revert back to basic ctags navigationAdrian Kummerlaender
LSP based navigation in a header-centric codebase turned out to be not that much better than plain ctags. The latter has the advantage of being both the most performant and most simple to setup. The main problem with e.g. cquery is that its underlying JSON compilation database only maintains information on compilation units i.e. cpp files. In this situation navigation in header files frequently reverts back to plain guessing which provides no advantage over ctags. Added vim-gutentags for automatic regeneration on file save.
2019-03-06Improve omnicompletion bindingsAdrian Kummerlaender
2019-03-05Test simpler setup using vim-lspAdrian Kummerlaender
Feels less distracting and faster. I don't actually want to turn this vim setup into a always active intellisense-like experience but rather have code introspection quickly available if I actually need it.
2019-03-04Use Denite for prettier symbol searchAdrian Kummerlaender
Seldomly used, performance doesn't matter as much. Other narrowing searches are still performed by fzf.
2019-03-03Expand language client keybindings, add fzfAdrian Kummerlaender
2019-03-03Add basic language client configAdrian Kummerlaender
2019-03-03Restructure vim configurationAdrian Kummerlaender
* Use integrated plugin manager * Switch to nvim instead of continuing to maintain a config for both vims
2019-02-19Replace vim-surround with vim-sandwichAdrian Kummerlaender
2019-02-14Update some vim pluginsAdrian Kummerlaender
2019-02-14Add convenient mapping for partial wordmotionAdrian Kummerlaender
2019-01-27modem-manager-gui derivation is now provided upstreamAdrian Kummerlaender
2019-01-26Add support for GTK2 hidpi flagAdrian Kummerlaender
2018-12-19Bump KaTeX versionAdrian Kummerlaender
2018-12-13Display *.tikz files as TeX in vimAdrian Kummerlaender
2018-11-13Bump static-xslt versionAdrian Kummerlaender
2018-10-10Use GTK3 UI in custom-vimAdrian Kummerlaender
2018-10-04Update InputXSLT hashAdrian Kummerlaender
2018-10-01Improve error reporting in `katex-wrapper`Adrian Kummerlaender
2018-09-26Update oomox-gtk-theme revAdrian Kummerlaender
2018-09-26Add custom-neovim derivationAdrian Kummerlaender
Config is shared with custom-vim
2018-09-24Unify derivation naming schemeAdrian Kummerlaender
2018-09-23Add KaTeX derivationAdrian Kummerlaender
2018-09-23Initial import of my custom Nix derivationsAdrian Kummerlaender