Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vim: add signify plugin | Tharre | 2019-06-09 | 1 | -0/+3 |
| | |||||
* | vim: enable true-color | Tharre | 2019-06-07 | 1 | -0/+4 |
| | |||||
* | vim: latest exploit got a CVE | Tharre | 2019-06-06 | 1 | -3/+1 |
| | |||||
* | vim: disable modline | Tharre | 2019-06-05 | 1 | -0/+3 |
| | | | | Too many damn exploits. | ||||
* | vim: fix bug when both md and other files are open | Tharre | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | vim: replace ctrlp with fzf | Tharre | 2018-07-17 | 1 | -3/+4 |
| | | | | | | | | | | | | | | CtrlP is nice when there are not a lot of files in the directory, but becomes really slow on larger codebases (i.e. the linux kernel). While it's possible to work around this to some extend, there are much better alternatives now. The most general (and fastest) of which is fzf. Combined with fd, a faster `find` it handles even absurd amounts of files practically instantly. The only real downside of this setup is that it requires both fzf and fd to be installed. | ||||
* | 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 |