summaryrefslogtreecommitdiff
path: root/after/plugin/luasnip.lua
Commit message (Collapse)AuthorAgeFilesLines
* checkpointRaymaekers Luca2024-11-041-63/+0
|
* checkpointRaymaekers Luca2024-11-021-2/+4
|
* checkpointRaymaekers Luca2024-10-221-18/+26
|
* checkpointRaymaekers Luca2024-10-201-1/+1
|
* checkpointRaymaekers Luca2024-10-111-1/+1
|
* checkpointRaymaekers Luca2024-10-081-0/+4
|
* checkpointRaymaekers Luca2024-10-061-0/+8
|
* Merge branch 'main' of db:nvimRaymaekers Luca2024-10-021-2/+2
|\
| * checkpointRaymaekers Luca2024-10-011-2/+2
| |
* | checkpointRaymaekers Luca2024-10-021-0/+3
|/
* Changes to snippets, lsp, lazy and set.luaRaymaekers Luca2024-10-011-6/+6
| | | | | | | | | | | | | | | | | - 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 snippets and changed the keybindsRaymaekers Luca2024-09-281-7/+17
| | | | Also removed luasnip source for completion
* checkpointRaymaekers Luca2024-09-251-3/+3
|
* checkpointRaymaekers Luca2024-09-181-0/+31
- 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