Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvim: Move netrw configuration out of after/ | Thomas Voss | 2024-02-27 | 1 | -0/+5 |
| | |||||
* | nvim: Minor config fixes | Thomas Voss | 2024-02-21 | 1 | -3/+2 |
| | |||||
* | nvim: Undo swap of ` and ' | Thomas Voss | 2024-01-27 | 1 | -2/+2 |
| | |||||
* | nvim: Add treesitter-context | Thomas Voss | 2023-12-06 | 1 | -0/+3 |
| | |||||
* | nvim: Add <leader>s and <leader>S for creating scratch buffers | Thomas Voss | 2023-11-28 | 2 | -0/+21 |
| | |||||
* | nvim: Move netrw config to its own file | Thomas Voss | 2023-11-16 | 1 | -7/+0 |
| | |||||
* | nvim: Remove unused code | Thomas Voss | 2023-11-14 | 1 | -17/+0 |
| | |||||
* | nvim: Remap ‘€’ in operator-pending mode | Thomas Voss | 2023-11-13 | 1 | -1/+1 |
| | |||||
* | nvim: Remove unused function | Thomas Voss | 2023-11-13 | 1 | -16/+0 |
| | |||||
* | nvim: Move around some settings | Thomas Voss | 2023-11-13 | 1 | -6/+3 |
| | |||||
* | nvim: Finally make auto-reverts actually work | Thomas Voss | 2023-11-13 | 1 | -5/+10 |
| | |||||
* | nvim: Improve GSP support | Thomas Voss | 2023-11-10 | 1 | -0/+1 |
| | |||||
* | nvim: Fix auto-reverting *again* | Thomas Voss | 2023-11-09 | 1 | -2/+3 |
| | |||||
* | nvim: Switch from vim-commentary to Comment.nvim | Thomas Voss | 2023-11-07 | 1 | -1/+1 |
| | |||||
* | nvim: Make LSP config more minimal | Thomas Voss | 2023-11-07 | 1 | -11/+28 |
| | |||||
* | nvim: Remove bindings I don’t want | Thomas Voss | 2023-11-07 | 1 | -11/+0 |
| | |||||
* | nvim: Rework sorting and transposition | Thomas Voss | 2023-11-07 | 2 | -15/+5 |
| | |||||
* | nvim: Add Hyprland config support | Thomas Voss | 2023-11-07 | 1 | -0/+1 |
| | |||||
* | nvim: Add some matchpairs and netrw settings | Thomas Voss | 2023-11-06 | 1 | -3/+8 |
| | |||||
* | nvim: Move the emmet config to after/plugin | Thomas Voss | 2023-11-06 | 1 | -1/+0 |
| | |||||
* | nvim: Rename ‘opt’ and ‘glo’ to ‘o’ and ‘g’ | Thomas Voss | 2023-11-06 | 1 | -26/+27 |
| | |||||
* | nvim: Remove vim-vinegar | Thomas Voss | 2023-11-06 | 1 | -1/+0 |
| | |||||
* | nvim: Rework netrw bindings | Thomas Voss | 2023-11-06 | 1 | -8/+7 |
| | |||||
* | nvim: Remove binding | Thomas Voss | 2023-11-06 | 1 | -3/+0 |
| | |||||
* | nvim: Add remap to sort lines | Thomas Voss | 2023-11-06 | 1 | -0/+3 |
| | |||||
* | nvim: Add comments | Thomas Voss | 2023-11-06 | 2 | -5/+16 |
| | |||||
* | nvim: Document remap | Thomas Voss | 2023-11-06 | 1 | -0/+1 |
| | |||||
* | nvim: Set default opts | Thomas Voss | 2023-11-06 | 1 | -1/+4 |
| | |||||
* | nvim: Simplify theme config | Thomas Voss | 2023-11-05 | 1 | -3/+0 |
| | |||||
* | nvim: Add comment | Thomas Voss | 2023-11-03 | 1 | -0/+1 |
| | |||||
* | nvim: Support typographic quotes with ‘%’ | Thomas Voss | 2023-11-03 | 1 | -0/+3 |
| | |||||
* | nvim: Simplify callback | Thomas Voss | 2023-11-03 | 1 | -3/+1 |
| | |||||
* | nvim: Remove some bindings | Thomas Voss | 2023-11-03 | 1 | -4/+0 |
| | |||||
* | nvim: Use lowercase keys | Thomas Voss | 2023-11-01 | 1 | -2/+2 |
| | |||||
* | nvim: Remove a binding | Thomas Voss | 2023-10-30 | 1 | -1/+0 |
| | |||||
* | nvim: Add Jinja support | Thomas Voss | 2023-10-30 | 1 | -0/+1 |
| | |||||
* | nvim: s/vim-surround/n&/ | Thomas Voss | 2023-10-30 | 1 | -1/+1 |
| | |||||
* | nvim: Disable code folding | Thomas Voss | 2023-10-28 | 1 | -8/+0 |
| | |||||
* | nvim: Remove telescope | Thomas Voss | 2023-10-28 | 1 | -6/+0 |
| | |||||
* | nvim: Automatically refresh buffers when changed | Thomas Voss | 2023-10-23 | 1 | -0/+7 |
| | |||||
* | Add ‘g–’, and use pipes | Thomas Voss | 2023-10-17 | 1 | -4/+5 |
| | |||||
* | nvim: Add binding to open ‘netrw’ in a vsplit | Thomas Voss | 2023-10-16 | 1 | -0/+8 |
| | |||||
* | nvim: Enable pasting from the clipboard | Thomas Voss | 2023-10-16 | 1 | -0/+3 |
| | |||||
* | nvim: Get emmet-vim | Thomas Voss | 2023-10-16 | 2 | -0/+3 |
| | |||||
* | nvim: Use terminal font for neovide | Thomas Voss | 2023-10-05 | 1 | -1/+1 |
| | |||||
* | nvim: Enable line numbers in netrw | Thomas Voss | 2023-10-05 | 1 | -0/+4 |
| | |||||
* | nvim: Add a bunch of Tim Pope plugins | Thomas Voss | 2023-10-05 | 1 | -0/+4 |
| | |||||
* | nvim: Set font on neovide | Thomas Voss | 2023-10-04 | 1 | -0/+2 |
| | |||||
* | nvim: Add the targets.vim plugin | Thomas Voss | 2023-10-04 | 1 | -0/+2 |
| | |||||
* | nvim: Enable .exrc configurations | Thomas Voss | 2023-10-03 | 1 | -0/+3 |
| |