summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* checkpointRaymaekers Luca2025-02-242-16/+3
|
* checkpointRaymaekers Luca2025-01-163-18/+17
|
* checkpointRaymaekers Luca2025-01-151-0/+1
|
* checkpointRaymaekers Luca2025-01-114-61/+6
|
* Merge branch 'main' of db:nvimRaymaekers Luca2025-01-092-8/+17
|\
| * Merge branch 'main' of db:nvimRaymaekers Luca2025-01-082-1/+2
| |\
| * | checkpointRaymaekers Luca2025-01-082-8/+17
| | |
* | | checkpointRaymaekers Luca2025-01-092-30/+31
| |/ |/|
* | checkpointRaymaekers Luca2024-12-182-1/+2
|/
* checkpointRaymaekers Luca2024-12-061-1/+4
|
* checkpointRaymaekers Luca2024-12-025-21/+28
|
* checkpointRaymaekers Luca2024-11-261-0/+2
|
* checkpointRaymaekers Luca2024-11-181-4/+1
|
* checkpointRaymaekers Luca2024-11-085-36/+26
|
* checkpointRaymaekers Luca2024-11-047-148/+164
|
* checkpointRaymaekers Luca2024-11-021-2/+4
|
* checkpointRaymaekers Luca2024-10-294-75/+22
|
* checkpointRaymaekers Luca2024-10-274-7/+30
|
* checkpointRaymaekers Luca2024-10-221-18/+26
|
* checkpointRaymaekers Luca2024-10-221-1/+0
|
* checkpointRaymaekers Luca2024-10-202-2/+2
|
* checkpointRaymaekers Luca2024-10-173-6/+10
|
* Merge branch 'main' of db:nvimRaymaekers Luca2024-10-161-0/+14
|\
| * checkpointRaymaekers Luca2024-10-151-0/+14
| |
* | checkpointRaymaekers Luca2024-10-165-0/+86
|/
* checkpointRaymaekers Luca2024-10-133-3/+3
|
* checkpointRaymaekers Luca2024-10-114-2/+12
|
* checkpointRaymaekers Luca2024-10-092-10/+27
|
* checkpointRaymaekers Luca2024-10-081-5/+5
|
* checkpointRaymaekers Luca2024-10-083-1/+11
|
* checkpointRaymaekers Luca2024-10-081-8/+16
|
* checkpointRaymaekers Luca2024-10-081-5/+25
|
* checkpointRaymaekers Luca2024-10-071-1/+1
|
* checkpointRaymaekers Luca2024-10-061-4/+15
|
* checkpointRaymaekers Luca2024-10-064-30/+39
|
* checkpointRaymaekers Luca2024-10-065-6/+15
|
* checkpointRaymaekers Luca2024-10-063-51/+55
|
* Merge branch 'main' of db:nvimRaymaekers Luca2024-10-022-3/+3
|\
| * checkpointRaymaekers Luca2024-10-012-3/+3
| |
* | checkpointRaymaekers Luca2024-10-021-0/+3
|/
* checkpointRaymaekers Luca2024-10-011-3/+3
|
* Changes to snippets, lsp, lazy and set.luaRaymaekers Luca2024-10-015-66/+130
| | | | | | | | | | | | | | | | | - 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 keybind in selection mode for snippetsRaymaekers Luca2024-09-301-4/+1
|
* added formatoptoins and textwidthRaymaekers Luca2024-09-282-8/+2
|
* added snippets and changed the keybindsRaymaekers Luca2024-09-282-8/+18
| | | | Also removed luasnip source for completion
* checkpointRaymaekers Luca2024-09-256-15/+33
|
* checkpointRaymaekers Luca2024-09-195-11/+21
| | | | | | - edited pairs - changed surround mappings to "gs" - added highlighting for urls
* checkpointRaymaekers Luca2024-09-1810-105/+158
| | | | | | | | | | | | | | - 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-168-80/+138
| | | | | | | | | - 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