Patrick Pagni
e7c217a876
fix: restore lazy.nvim init.lua and apply stylua
...
Merge spliced upstream vim.pack rewrite into lazy.nvim config,
breaking init.lua parse. Restore branch version, reformat all
lua to satisfy stylua --check.
2026-06-24 17:45:59 +01:00
Patrick Pagni
98c59fc1d2
add lsp_lines
2026-06-24 17:19:17 +01:00
Patrick Pagni
a942b8c562
do some stuff
...
Prior to this change,
This change
2026-06-05 15:43:20 +01:00
Patrick Pagni
09ca105117
feat(toggleterm): add Esc normal-mode mapping and lazygit float toggle
...
Esc in terminal buffers exits insert mode without the awkward C-\C-n chord.
lazygit float on <leader>tg avoids context-switching to a separate window.
2026-06-04 16:42:20 +01:00
Patrick Pagni
3c0b4bd1fc
feat: add fugitive, toggleterm, trouble plugins; configure oil
...
- Add vim-fugitive, toggleterm, trouble.nvim lazy specs
- Configure oil.nvim with hidden file toggle, sort, and float keymap
- Add treesitter install callback for per-lang notifications
- Enable arrow-key training keymaps
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-06-04 16:27:06 +01:00
Patrick Pagni
01f1b78aed
feat: migrate from vim.pack to lazy.nvim
...
Replace vim.pack bootstrap and all vim.pack.add calls with lazy.nvim.
Convert kickstart and custom plugin files to return lazy specs.
Fix wezterm.nvim to only load when wezterm executable is present.
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-05-28 10:54:43 +01:00
Patrick Pagni
cc3d4d5376
backup: vim.pack config before lazy.nvim migration
2026-05-28 10:38:59 +01: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
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