Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvim: Fix <LocalLeader>c bindings | Thomas Voss | 2024-10-28 | 1 | -2/+2 |
| | |||||
* | nvim: Prefer single quotes | Thomas Voss | 2024-10-28 | 1 | -4/+4 |
| | |||||
* | nvim: Remove unused function | Thomas Voss | 2024-10-28 | 1 | -4/+0 |
| | |||||
* | nvim: Add word counting in troff | Thomas Voss | 2024-10-28 | 1 | -0/+3 |
| | |||||
* | nvim: Fix gsp configuration | Thomas Voss | 2024-09-20 | 1 | -2/+2 |
| | |||||
* | nvim: Don’t grep ignored files | Thomas Voss | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | nvim: Prefer ts_ls to tsserver | Thomas Voss | 2024-09-14 | 1 | -1/+1 |
| | |||||
* | nvim: Set lisp settings for yuck | Thomas Voss | 2024-09-14 | 1 | -0/+3 |
| | |||||
* | nvim: Add configuration for yacc/bison | Thomas Voss | 2024-09-06 | 1 | -0/+15 |
| | |||||
* | nvim: Add a plugin to hide zero-width spaces | Thomas Voss | 2024-09-06 | 1 | -0/+21 |
| | |||||
* | nvim: Add a scope snippet for TeX | Thomas Voss | 2024-09-06 | 1 | -1/+15 |
| | |||||
* | nvim: Setup tsserver | Thomas Voss | 2024-09-06 | 1 | -0/+3 |
| | |||||
* | nvim: Fix indentation | Thomas Voss | 2024-09-06 | 1 | -13/+13 |
| | |||||
* | nvim: Set conceallevel to 2 | Thomas Voss | 2024-09-06 | 1 | -0/+1 |
| | |||||
* | nvim: Add a surround for arrays/lists | Thomas Voss | 2024-09-01 | 1 | -0/+25 |
| | |||||
* | nvim: Set textwidth for text files | Thomas Voss | 2024-08-31 | 1 | -0/+1 |
| | |||||
* | nvim: Sort highlights alphabetically | Thomas Voss | 2024-08-31 | 1 | -1/+1 |
| | |||||
* | nvim: Don’t italicize comments | Thomas Voss | 2024-08-31 | 1 | -0/+1 |
| | |||||
* | nvim: Fix formatting | Thomas Voss | 2024-08-31 | 1 | -3/+6 |
| | |||||
* | nvim: Autodetect ft for ebnf files | Thomas Voss | 2024-08-31 | 1 | -0/+1 |
| | |||||
* | nvim: Force filetype for *.h files | Thomas Voss | 2024-08-25 | 1 | -1/+2 |
| | |||||
* | Make scratch.vim a plugin | Thomas Voss | 2024-08-19 | 2 | -20/+22 |
| | |||||
* | nvim: Remove mappings | Thomas Voss | 2024-08-19 | 1 | -4/+0 |
| | |||||
* | nvim: Fix bash injections finally | Thomas Voss | 2024-08-19 | 2 | -0/+2 |
| | |||||
* | nvim: Properly support all kinds of motions in pipe.lua | Thomas Voss | 2024-08-19 | 1 | -12/+30 |
| | |||||
* | nvim: Remove vim-sort-motion | Thomas Voss | 2024-08-19 | 1 | -4/+0 |
| | |||||
* | nvim: Prefer *.vim to *.lua | Thomas Voss | 2024-08-18 | 35 | -90/+50 |
| | |||||
* | nvim: Remove binding from select mode | Thomas Voss | 2024-08-17 | 1 | -1/+1 |
| | |||||
* | nvim: Remove help config | Thomas Voss | 2024-08-17 | 1 | -8/+0 |
| | |||||
* | nvim: Create winmove for faster window/tab movement | Thomas Voss | 2024-08-17 | 2 | -4/+51 |
| | |||||
* | nvim: Add xkb support | Thomas Voss | 2024-08-17 | 2 | -0/+2 |
| | |||||
* | nvim: Add some more filetype detections | Thomas Voss | 2024-08-17 | 2 | -0/+8 |
| | |||||
* | nvim: Ditch mini.nvim | Thomas Voss | 2024-08-17 | 1 | -6/+0 |
| | |||||
* | nvim: Configure some colors | Thomas Voss | 2024-08-17 | 1 | -0/+21 |
| | |||||
* | nvim: Use <Leader>s and <Leader>S for scratch buffers | Thomas Voss | 2024-08-13 | 1 | -2/+2 |
| | |||||
* | nvim: Prefer <Leader> to <leader> | Thomas Voss | 2024-08-13 | 1 | -12/+12 |
| | |||||
* | nvim: Add missing runtime files | Thomas Voss | 2024-08-09 | 4 | -0/+37 |
| | |||||
* | nvim: Change the localleader | Thomas Voss | 2024-08-09 | 1 | -1/+1 |
| | |||||
* | nvim: Configure the Templ LSP | Thomas Voss | 2024-08-08 | 1 | -0/+3 |
| | |||||
* | nvim: Add treesitter support for go templates | Thomas Voss | 2024-08-08 | 1 | -0/+8 |
| | |||||
* | nvim: Set mappings for both normal and visual modes | Thomas Voss | 2024-08-08 | 1 | -2/+2 |
| | |||||
* | nvim: Prefer silent mappings | Thomas Voss | 2024-08-08 | 1 | -7/+8 |
| | |||||
* | nvim: Add additional matchpairs | Thomas Voss | 2024-08-08 | 1 | -0/+2 |
| | |||||
* | nvim: Prefer U+2024 to U+00B7 for trailing spaces | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| | |||||
* | nvim: Remove comment | Thomas Voss | 2024-06-26 | 1 | -16/+1 |
| | |||||
* | nvim: Set commentstring for Yuck | Thomas Voss | 2024-06-20 | 1 | -0/+1 |
| | |||||
* | nvim: Decrease the text width for Markdown | Thomas Voss | 2024-06-20 | 1 | -1/+1 |
| | |||||
* | nvim: Use line comments in C | Thomas Voss | 2024-06-20 | 1 | -1/+1 |
| | |||||
* | nvim: Only remap visual-line and -block modes on Linux | Thomas Voss | 2024-06-12 | 1 | -4/+7 |
| | |||||
* | nvim: Save the buffer before building | Thomas Voss | 2024-06-12 | 1 | -1/+1 |
| |