summaryrefslogtreecommitdiff
path: root/lua/config
Commit message (Collapse)AuthorAgeFilesLines
* 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