summaryrefslogtreecommitdiffstats
path: root/.vimrc
Commit message (Collapse)AuthorAgeFilesLines
* vim: add signify pluginTharre2019-06-091-0/+3
|
* vim: enable true-colorTharre2019-06-071-0/+4
|
* vim: latest exploit got a CVETharre2019-06-061-3/+1
|
* vim: disable modlineTharre2019-06-051-0/+3
| | | | Too many damn exploits.
* vim: fix bug when both md and other files are openTharre2019-03-031-1/+1
|
* vim: replace ctrlp with fzfTharre2018-07-171-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 improvementsTharre2018-07-171-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 8Tharre2018-06-241-2/+2
|
* vim: use buffers instead of tabsTharre2018-06-241-3/+4
|
* vim: ft=sh on PKGBUILDsTharre2018-06-061-0/+3
|
* vim: hexmode: remove autodetection modeTharre2018-02-021-1/+0
|
* vim: add hexmode plugin for editing binary filesTharre2017-11-201-0/+4
|
* vim: strip whitespaces with F5 instead of on saveTharre2017-09-221-2/+2
| | | | | | The code was taken from [0]. [0] https://vi.stackexchange.com/questions/454/
* vim: increase history/undo sizeTharre2017-09-221-2/+2
|
* vim: disable airline word count for performanceTharre2017-06-161-0/+1
|
* vim: restrict html lintersTharre2017-06-161-0/+5
|
* vim: add plasticboys markdown pluginTharre2017-06-051-0/+2
|
* vim: fix vimdiff shortcutsTharre2017-05-181-3/+3
|
* vim: use proselint and vale for textTharre2017-05-101-0/+2
|
* vim: replace syntastic with aleTharre2017-05-081-1/+3
|
* vim: add javacomplete keybindingsTharre2017-03-071-0/+7
|
* vim: remove dated eclim bindingsTharre2016-12-051-5/+0
|
* vim: switch buffers with spaceTharre2016-12-051-0/+10
|
* vim: add vim-javacomplete2Tharre2016-11-281-0/+3
|
* vim: add supertabTharre2016-11-281-0/+3
|
* vim: use better shortcuts for vimdiffTharre2016-10-161-3/+3
|
* Reorganise dotfilesTharre2016-10-161-0/+115