summaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAge
* vimrc: construct vim swap/bkp files from full pathAnton Khirnov2023-08-29
|
* vim/inkpot: colorise ModeMsg (INSERT/REPLACE)Anton Khirnov2023-06-05
|
* vim: add nasm syntaxAnton Khirnov2023-02-20
|
* Move linediff to bin/ and install it.Anton Khirnov2022-09-22
|
* vim/statusline: move the modified flag next to the window numberAnton Khirnov2021-12-29
| | | | It is more visible that way.
* vimrc: highlight the modified flag in statuslineAnton Khirnov2021-12-28
|
* vim: use <C-w>z to maximize current windowAnton Khirnov2021-12-28
|
* vim/inkpot: define trailing whitespace highlight for GUIAnton Khirnov2021-12-28
|
* vimrc: improve trailing whitespace matchingAnton Khirnov2021-12-28
| | | | Make it work in windows beyond the first one.
* vim/inkpot: more distinctive MatchParen colorAnton Khirnov2021-08-12
|
* vimrc: set clipboard=Anton Khirnov2021-08-10
|
* vimrc: use a custom statuslineAnton Khirnov2021-06-17
| | | | Contains the filetype and window number in addition to the standard one.
* vimrc: update commentAnton Khirnov2021-06-17
|
* vim: set belloff=allAnton Khirnov2021-05-09
| | | | Not useful with my workflow, results in pointless window highlights.
* vim: update miniSnip to upstream masterAnton Khirnov2021-04-24
| | | | Install snippets into the dotfiles packdir instead of ~/.vim/
* vimrc: set ignorecaseAnton Khirnov2021-02-27
| | | | smartcase only does something when ignorecase is enabled.
* vimrc: set splitbelow/splitrightAnton Khirnov2021-02-18
|
* vimrc: drop fuf mappingsAnton Khirnov2020-12-13
|
* vimrc: fix trailing whitespace highlightingAnton Khirnov2020-11-28
| | | | | | Move the color setting itself to the color theme (which clears highlighting at the beginning, thus breaking highlighting). Move the match declaration after setting the color theme.
* vim/inkpot: use a more visible color for active windowAnton Khirnov2020-11-25
|
* minisnip/c: add extra placeholder to include snippetsAnton Khirnov2020-11-24
|
* vim: set snippets dirAnton Khirnov2020-11-20
| | | | Can be appended to by local configs.
* Update minisnip.Anton Khirnov2020-11-20
|
* vim: autoload extline for rst files onlyAnton Khirnov2020-11-17
| | | | | This plugin is mainly useful for ReStructured Text. For other filetypes it can still be loaded manually.
* vim: add extline pluginAnton Khirnov2020-11-15
| | | | | | Allows easy over/under-lining text, useful mainly for ReST. Imported directly, since it has no history to speak of.
* vim: add minisnip pluginAnton Khirnov2020-11-12
|
* vim: configure hybrid (abs/rel) line numbersAnton Khirnov2020-10-31
|
* vimrc: merge lain mappingsAnton Khirnov2020-10-31
|
* vim: add the linediff scriptAnton Khirnov2020-10-31
|
* vim: tweak directoriesAnton Khirnov2020-10-31
|
* vimrc: fix viminfoAnton Khirnov2020-10-31
|
* Add vim config.Anton Khirnov2020-10-31