Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vim: major restructuring and improvements | Tharre | 2018-07-17 | 1 | -56/+115 |
| | | | | | | | | | | | | | Took many settings from tpope's vim-sensible[0] and the new vim defaults.vim[1] and incorporated them into my vimrc. See also [2] for an explanation of those common settings. Everything is now properly divided into sections now as well, and folding by markers (`{{{`) is enabled. [0] https://github.com/tpope/vim-sensible [1] https://github.com/vim/vim/blob/master/runtime/defaults.vim [2] https://github.com/sheerun/vimrc | ||||
* | vim: change default tabsize from 4 to 8 | Tharre | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | vim: use buffers instead of tabs | Tharre | 2018-06-24 | 1 | -3/+4 |
| | |||||
* | vim: ft=sh on PKGBUILDs | Tharre | 2018-06-06 | 1 | -0/+3 |
| | |||||
* | vim: hexmode: remove autodetection mode | Tharre | 2018-02-02 | 1 | -1/+0 |
| | |||||
* | vim: add hexmode plugin for editing binary files | Tharre | 2017-11-20 | 1 | -0/+4 |
| | |||||
* | vim: strip whitespaces with F5 instead of on save | Tharre | 2017-09-22 | 1 | -2/+2 |
| | | | | | | The code was taken from [0]. [0] https://vi.stackexchange.com/questions/454/ | ||||
* | vim: increase history/undo size | Tharre | 2017-09-22 | 1 | -2/+2 |
| | |||||
* | vim: disable airline word count for performance | Tharre | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | vim: restrict html linters | Tharre | 2017-06-16 | 1 | -0/+5 |
| | |||||
* | vim: add plasticboys markdown plugin | Tharre | 2017-06-05 | 1 | -0/+2 |
| | |||||
* | vim: fix vimdiff shortcuts | Tharre | 2017-05-18 | 1 | -3/+3 |
| | |||||
* | vim: use proselint and vale for text | Tharre | 2017-05-10 | 1 | -0/+2 |
| | |||||
* | vim: replace syntastic with ale | Tharre | 2017-05-08 | 1 | -1/+3 |
| | |||||
* | vim: add javacomplete keybindings | Tharre | 2017-03-07 | 1 | -0/+7 |
| | |||||
* | vim: remove dated eclim bindings | Tharre | 2016-12-05 | 1 | -5/+0 |
| | |||||
* | vim: switch buffers with space | Tharre | 2016-12-05 | 1 | -0/+10 |
| | |||||
* | vim: add vim-javacomplete2 | Tharre | 2016-11-28 | 1 | -0/+3 |
| | |||||
* | vim: add supertab | Tharre | 2016-11-28 | 1 | -0/+3 |
| | |||||
* | vim: use better shortcuts for vimdiff | Tharre | 2016-10-16 | 1 | -3/+3 |
| | |||||
* | Reorganise dotfiles | Tharre | 2016-10-16 | 1 | -0/+115 |