summaryrefslogtreecommitdiff
path: root/lua/config
Commit message (Collapse)AuthorAgeFilesLines
* checkpointmainRaymaekers Luca2025-05-141-0/+5
|
* checkpointRaymaekers Luca2025-05-121-1/+1
|
* checkpointRaymaekers Luca2025-04-271-0/+2
|
* checkpointRaymaekers Luca2025-04-221-1/+0
|
* checkpointRaymaekers Luca2025-04-054-128/+41
|
* checkpointRaymaekers Luca2025-04-054-331/+1
|
* checkpointRaymaekers Luca2025-03-201-1/+1
|
* Merge branch 'main' of autumn:nvimRaymaekers Luca2025-03-172-1/+55
|\
| * checkpointRaymaekers Luca2025-03-173-1/+79
| |
* | checkpointRaymaekers Luca2025-03-173-5/+34
|/
* checkpointRaymaekers Luca2025-02-241-15/+2
|
* checkpointRaymaekers Luca2025-01-161-16/+15
|
* checkpointRaymaekers Luca2025-01-112-2/+2
|
* Merge branch 'main' of db:nvimRaymaekers Luca2025-01-091-5/+9
|\
| * Merge branch 'main' of db:nvimRaymaekers Luca2025-01-081-1/+1
| |\
| * | checkpointRaymaekers Luca2025-01-081-5/+9
| | |
* | | checkpointRaymaekers Luca2025-01-091-30/+30
| |/ |/|
* | checkpointRaymaekers Luca2024-12-181-1/+1
|/
* checkpointRaymaekers Luca2024-12-023-21/+22
|
* checkpointRaymaekers Luca2024-11-181-4/+1
|
* checkpointRaymaekers Luca2024-11-083-34/+24
|
* checkpointRaymaekers Luca2024-11-043-45/+121
|
* checkpointRaymaekers Luca2024-10-292-75/+4
|
* checkpointRaymaekers Luca2024-10-273-7/+26
|
* checkpointRaymaekers Luca2024-10-172-2/+5
|
* checkpointRaymaekers Luca2024-10-162-0/+9
|
* checkpointRaymaekers Luca2024-10-131-1/+1
|
* checkpointRaymaekers Luca2024-10-091-2/+2
|
* checkpointRaymaekers Luca2024-10-081-5/+5
|
* checkpointRaymaekers Luca2024-10-081-0/+6
|
* checkpointRaymaekers Luca2024-10-061-4/+15
|
* checkpointRaymaekers Luca2024-10-062-18/+20
|
* checkpointRaymaekers Luca2024-10-061-6/+0
|
* checkpointRaymaekers Luca2024-10-062-50/+52
|
* checkpointRaymaekers Luca2024-10-011-1/+1
|
* checkpointRaymaekers Luca2024-10-011-3/+3
|
* Changes to snippets, lsp, lazy and set.luaRaymaekers Luca2024-10-013-60/+121
| | | | | | | | | | | | | | | | | - Changed go snippets to be more intuitive - lazy.lua: - Added lsp_signature plugin - Added which-keky plugin - lsp.lua: - Changed lsp.lua to have variables at the top - Added more keybinds for diagnostics - Added gopls configuration for inlay hints - Moved borders from set.lua to lsp.lua - Added ts_ls and powershell lsps - set.lua: - Added colorcolumn option - luasnip.lua: - Added shebang snippet for shell
* added formatoptoins and textwidthRaymaekers Luca2024-09-282-8/+2
|
* added snippets and changed the keybindsRaymaekers Luca2024-09-281-1/+1
| | | | Also removed luasnip source for completion
* checkpointRaymaekers Luca2024-09-254-11/+20
|
* checkpointRaymaekers Luca2024-09-192-1/+7
| | | | | | - edited pairs - changed surround mappings to "gs" - added highlighting for urls
* checkpointRaymaekers Luca2024-09-184-103/+102
| | | | | | | | | | | | | | - added basic luasnip configuration - added highlights for TODO and FIXME keywords - added incremental selection of treesitter - added prettier to conform formatters - added when_disabled function to disable pairs in comments - changed the hiding keybind to :Hide command - only enable ` pairs in markdown - removed <c-k> keybind - removed cmp's calc source - renamed keybinds for consistency - reorganized plugins in lazy.lua
* set signcolumn based on if we are in a git repo or not (might be useful for ↵Raymaekers Luca2024-09-172-4/+12
| | | | later)
* checkpointRaymaekers Luca2024-09-165-0/+578
- made keybinds more logical with prefixes - renamed user to config - updated to-do's - added rounded borders on floating windows - added vim-eunuch - added telescope-symbols