summaryrefslogtreecommitdiff
path: root/config/essentials/nvim
Commit message (Collapse)AuthorAgeFilesLines
* disabled polyglot temporarilyRaymaekers Luca2023-11-071-1/+1
|
* change back to packer and simplify treesitter configRaymaekers Luca2023-11-062-30/+3
|
* added formatting keybind for tablesRaymaekers Luca2023-11-031-0/+5
|
* migrated from packer to lazyRaymaekers Luca2023-11-036-14/+146
|
* removed fzf nativeRaymaekers Luca2023-11-031-1/+0
|
* cleanupRaymaekers Luca2023-11-031-29/+20
|
* fixed wrong indexRaymaekers Luca2023-11-011-1/+1
|
* added 'html' lsp support in php filesRaymaekers Luca2023-11-012-164/+165
|
* added plantuml support with pluginRaymaekers Luca2023-10-312-7/+24
|
* switched back to the spaces sideRaymaekers Luca2023-10-281-0/+1
|
* added link snippetRaymaekers Luca2023-10-261-1/+2
|
* use a new 'school' templateRaymaekers Luca2023-10-261-10/+10
|
* added remapRaymaekers Luca2023-10-261-0/+1
|
* changed spelling remapsRaymaekers Luca2023-10-261-1/+2
|
* use vim-tmux-navigator pluginRaymaekers Luca2023-10-232-0/+8
|
* renamed softwaredesign2Raymaekers Luca2023-10-181-2/+7
|
* remapped return to follow linkRaymaekers Luca2023-10-162-8/+8
|
* added pf snippetRaymaekers Luca2023-10-161-0/+1
|
* added 'cw' snippet for csRaymaekers Luca2023-10-081-0/+4
|
* added vaultsRaymaekers Luca2023-10-081-0/+10
|
* added dap disconnect remapRaymaekers Luca2023-10-041-0/+1
|
* added fdie snippetRaymaekers Luca2023-10-041-0/+4
|
* reformatRaymaekers Luca2023-10-021-8/+8
|
* fix tab completion not working with workaroundRaymaekers Luca2023-10-021-0/+1
|
* added rust completinoRaymaekers Luca2023-09-282-3/+176
|
* added dap en dap-ui configurationRaymaekers Luca2023-09-282-0/+133
|
* added completion for phpRaymaekers Luca2023-09-282-0/+2
|
* refactor on telekasten configRaymaekers Luca2023-09-281-21/+22
|
* removed copilot pluginRaymaekers Luca2023-09-281-1/+1
|
* added dap-ui pluginRaymaekers Luca2023-09-281-0/+2
|
* disable aucmd for gitgutter (removed)Raymaekers Luca2023-09-281-1/+0
|
* changed keybindingsRaymaekers Luca2023-09-281-9/+9
|
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-09-224-11/+108
|\
| * [nvim (cmp)] added csharp supportRaymaekers Luca2023-09-202-0/+7
| |
| * [nvim (zk)] added new vaultsRaymaekers Luca2023-09-201-5/+35
| |
| * [nvim (zk)] removed unused vaultsRaymaekers Luca2023-09-201-15/+0
| |
| * [nvim] use gitsigns in favor of gitgutterRaymaekers Luca2023-09-202-2/+83
| |
* | [nvim] added neotree pluginRaymaekers Luca2023-09-221-0/+9
| |
* | [nvim] added c# support with omnisharp configurationRaymaekers Luca2023-09-222-0/+41
|/
* [nvim] added telescope-media-filesRaymaekers Luca2023-08-302-17/+9
|
* [nvim] moved common lsp from java.lua to setup.luaRaymaekers Luca2023-08-302-16/+24
|
* [nvim] added DataEssentials vaultRaymaekers Luca2023-08-301-0/+5
|
* [nvim] added zk remapsRaymaekers Luca2023-08-301-1/+4
|
* [packer] updated telescope tagRaymaekers Luca2023-08-251-1/+1
|
* [remap] removed window reappingsRaymaekers Luca2023-08-251-6/+0
|
* [nvim] use stderr on printfRaymaekers Luca2023-08-221-4/+4
|
* [nvim] added NetworkEssentials vaultRaymaekers Luca2023-08-221-0/+5
|
* [nvim] use printf instead of echo for sh remapsRaymaekers Luca2023-08-221-4/+4
|
* [nvim] changed die to log and logn snippetsRaymaekers Luca2023-08-221-8/+2
|
* [luasnip.lua] renamed die to log and lognRaymaekers Luca2023-08-151-7/+9
| | | | | log and logn seem like better names, also because now we use printf we make an apart logn function that adds a newline on the end.