Commit Graph

17 Commits

Author SHA1 Message Date
Guust Taillieu 93ea6464c5 Merge remote-tracking branch 'upstream/master' into dev 2026-06-20 14:31:30 +02:00
Guust Taillieu cc8b4d6511 update 2026-06-19 21:21:02 +02:00
orip f0a2108ed5 Follow symlinks in the custom plugins loader
fixes: #2087
2026-06-11 18:55:49 +03:00
orip c4605421e5 Migrate to vim.pack 2026-05-05 01:18:15 +03:00
orip 177ff61483 Add type hints to plugin options where possible
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.

This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.
2026-02-27 20:43:08 +02:00
Guust Taillieu 6260524b90 update 2025-12-07 12:12:09 +01:00
Guust Taillieu 9b2c407172 fixed issue with oil, added after package 2025-10-04 10:14:07 +02:00
Gustavo e9f901da2b fix: changed keybinds to make more sense 2025-08-21 11:06:45 +02:00
Gustavo ba163e7629 feat: add inline completion 2025-08-21 11:06:12 +02:00
Gustavo 2ecb05585d fix: Fix oil manager to not create a :oil dir
Fixed oil.nvim and also changed and added some keybinds for easier use
of yanking, deleting and all the lsp related things like "g<letter>"
2025-08-21 11:04:18 +02:00
Gustavo 02aeedc67d Fix: Bug with plenary and lazygit
removed the need for plenary in lazygit since it had an error when
trying to close it
2025-08-16 00:47:22 +02:00
Gustavo 0d337386ab added structure and some updates 2025-08-16 00:27:51 +02:00
Gustavo 1fae90350f Changed tree viewer to oil.nvim 2025-08-05 17:05:46 +02:00
Gustavo 0b4c1a94e9 Telescope must still be fixed to navigate with j and k but the tree is much better etc. 2025-07-03 23:32:57 +02:00
Gustavo a61f73853d added a few more plugins to make my life easier :) 2025-07-03 14:05:24 +02:00
Gustavo acc7165a05 feat: the basics of my nvim setup
These are just some required things to use neovim
2025-07-01 23:26:27 +02:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00