summaryrefslogtreecommitdiff
path: root/.config/nvim
Commit message (Expand)AuthorAgeFilesLines
* nvim: Fix <LocalLeader>c bindingsThomas Voss 2024-10-281-2/+2
* nvim: Prefer single quotesThomas Voss 2024-10-281-4/+4
* nvim: Remove unused functionThomas Voss 2024-10-281-4/+0
* nvim: Add word counting in troffThomas Voss 2024-10-281-0/+3
* nvim: Fix gsp configurationThomas Voss 2024-09-201-2/+2
* nvim: Don’t grep ignored filesThomas Voss 2024-09-201-1/+1
* nvim: Prefer ts_ls to tsserverThomas Voss 2024-09-141-1/+1
* nvim: Set lisp settings for yuckThomas Voss 2024-09-141-0/+3
* nvim: Add configuration for yacc/bisonThomas Voss 2024-09-061-0/+15
* nvim: Add a plugin to hide zero-width spacesThomas Voss 2024-09-061-0/+21
* nvim: Add a scope snippet for TeXThomas Voss 2024-09-061-1/+15
* nvim: Setup tsserverThomas Voss 2024-09-061-0/+3
* nvim: Fix indentationThomas Voss 2024-09-061-13/+13
* nvim: Set conceallevel to 2Thomas Voss 2024-09-061-0/+1
* nvim: Add a surround for arrays/listsThomas Voss 2024-09-011-0/+25
* nvim: Set textwidth for text filesThomas Voss 2024-08-311-0/+1
* nvim: Sort highlights alphabeticallyThomas Voss 2024-08-311-1/+1
* nvim: Don’t italicize commentsThomas Voss 2024-08-311-0/+1
* nvim: Fix formattingThomas Voss 2024-08-311-3/+6
* nvim: Autodetect ft for ebnf filesThomas Voss 2024-08-311-0/+1
* nvim: Force filetype for *.h filesThomas Voss 2024-08-251-1/+2
* Make scratch.vim a pluginThomas Voss 2024-08-192-20/+22
* nvim: Remove mappingsThomas Voss 2024-08-191-4/+0
* nvim: Fix bash injections finallyThomas Voss 2024-08-192-0/+2
* nvim: Properly support all kinds of motions in pipe.luaThomas Voss 2024-08-191-12/+30
* nvim: Remove vim-sort-motionThomas Voss 2024-08-191-4/+0
* nvim: Prefer *.vim to *.luaThomas Voss 2024-08-1835-90/+50
* nvim: Remove binding from select modeThomas Voss 2024-08-171-1/+1
* nvim: Remove help configThomas Voss 2024-08-171-8/+0
* nvim: Create winmove for faster window/tab movementThomas Voss 2024-08-172-4/+51
* nvim: Add xkb supportThomas Voss 2024-08-172-0/+2
* nvim: Add some more filetype detectionsThomas Voss 2024-08-172-0/+8
* nvim: Ditch mini.nvimThomas Voss 2024-08-171-6/+0
* nvim: Configure some colorsThomas Voss 2024-08-171-0/+21
* nvim: Use <Leader>s and <Leader>S for scratch buffersThomas Voss 2024-08-131-2/+2
* nvim: Prefer <Leader> to <leader>Thomas Voss 2024-08-131-12/+12
* nvim: Add missing runtime filesThomas Voss 2024-08-094-0/+37
* nvim: Change the localleaderThomas Voss 2024-08-091-1/+1
* nvim: Configure the Templ LSPThomas Voss 2024-08-081-0/+3
* nvim: Add treesitter support for go templatesThomas Voss 2024-08-081-0/+8
* nvim: Set mappings for both normal and visual modesThomas Voss 2024-08-081-2/+2
* nvim: Prefer silent mappingsThomas Voss 2024-08-081-7/+8
* nvim: Add additional matchpairsThomas Voss 2024-08-081-0/+2
* nvim: Prefer U+2024 to U+00B7 for trailing spacesThomas Voss 2024-08-081-1/+1
* nvim: Remove commentThomas Voss 2024-06-261-16/+1
* nvim: Set commentstring for YuckThomas Voss 2024-06-201-0/+1
* nvim: Decrease the text width for MarkdownThomas Voss 2024-06-201-1/+1
* nvim: Use line comments in CThomas Voss 2024-06-201-1/+1
* nvim: Only remap visual-line and -block modes on LinuxThomas Voss 2024-06-121-4/+7
* nvim: Save the buffer before buildingThomas Voss 2024-06-121-1/+1