summaryrefslogtreecommitdiff
path: root/.config/nvim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* nvim: Remap in visual- but not select modeThomas Voss 2024-06-121-2/+2
|
* nvim: Add a text-object for the whole bufferThomas Voss 2024-06-121-0/+4
|
* nvim: Don’t pass ‘-’ to clang-formatThomas Voss 2024-06-121-1/+1
|
* nvim: Make gJ great againThomas Voss 2024-06-121-0/+10
|
* nvim: Check to see if a manual actually existsThomas Voss 2024-06-111-0/+9
|
* nvim: Completely rewrite my configurationThomas Voss 2024-06-1046-537/+566
|
* nvim: Make proper use of syntax/Thomas Voss 2024-05-212-1/+1
|
* nvim: Fix syntax highlighting for C macrosThomas Voss 2024-05-211-0/+1
|
* nvim: Add find/delete configuration for nvim-surroundThomas Voss 2024-04-301-0/+8
|
* nvim: Set grepprgThomas Voss 2024-03-141-0/+2
|
* nvim: Use g.netrw* directlyThomas Voss 2024-03-141-3/+3
|
* nvim: Strip-down treesitter configThomas Voss 2024-02-271-15/+0
|
* nvim: Move netrw configuration out of after/Thomas Voss 2024-02-272-3/+5
|
* nvim: Set tab width in lex to 4Thomas Voss 2024-02-271-1/+1
|
* nvim: Ignore *.pyc and __pycache__/ in netrwThomas Voss 2024-02-221-1/+1
|
* nvim: Colors tweakThomas Voss 2024-02-211-0/+1
|
* nvim: Minor config fixesThomas Voss 2024-02-213-6/+7
|
* nvim: Fix colorschemeThomas Voss 2024-02-141-1/+9
|
* nvim: Minor adjustments to contextThomas Voss 2024-02-131-1/+2
|
* nvim: Undo swap of ` and 'Thomas Voss 2024-01-271-2/+2
|
* nvim: Decrease textwidth for nroffThomas Voss 2023-12-311-1/+1
|
* nvim: Set C tab widthThomas Voss 2023-12-101-1/+1
|
* nvim: Use 4 column tabs in CThomas Voss 2023-12-081-1/+1
| | | | The verbosity of libwayland is forcing my hand here
* nvim: Add treesitter-contextThomas Voss 2023-12-062-0/+10
|
* nvim: Remove unused fileThomas Voss 2023-11-291-1/+0
|
* nvim: Add <leader>s and <leader>S for creating scratch buffersThomas Voss 2023-11-282-0/+21
|
* nvim: Set commentstring for EBNFThomas Voss 2023-11-251-0/+1
|
* nvim: Highlight gawk as awkThomas Voss 2023-11-251-0/+6
|
* nvim: Set Go tabwidth back to 8Thomas Voss 2023-11-201-1/+1
|
* nvim: Remove Go snippetThomas Voss 2023-11-201-25/+0
|
* nvim: Detect *.h files as C, not C++Thomas Voss 2023-11-201-0/+1
|
* nvim: Add snippet for include guardsThomas Voss 2023-11-201-0/+24
|
* nvim: Add shell injection queriesThomas Voss 2023-11-181-0/+5
|
* nvim: Write netrw config in luaThomas Voss 2023-11-172-13/+3
|