warg
|
66b1966fa7
|
feat(lsp): add 'above' codelens position and setup config
|
2026-04-15 22:05:04 +02:00 |
|
warg
|
fe51624839
|
refactor(lsp): turn codelens module into Row/State classes
|
2026-04-15 21:53:51 +02:00 |
|
warg
|
227900d81c
|
refactor(util): reuse timer handles in Debouncer
|
2026-04-15 21:16:49 +02:00 |
|
warg
|
9c6130d3d2
|
feat(lsp): custom codelens as virtual text
|
2026-04-15 20:51:59 +02:00 |
|
warg
|
08c4431b4b
|
feat(fzf): use fzf-lua for diagnostics pickers
|
2026-04-15 06:31:59 +02:00 |
|
warg
|
d6cc1b3119
|
feat(fzf): add lsp pickers and preview scroll binds
|
2026-04-15 06:13:06 +02:00 |
|
warg
|
35fa7aea2c
|
refactor(pack): simplify plugin loading
|
2026-04-15 06:07:14 +02:00 |
|
warg
|
f40063f44b
|
feat(lsp): custom omnifunc
|
2026-04-15 05:31:21 +02:00 |
|
warg
|
1293be93aa
|
fix(pack): move plugins out from lua runtime path
|
2026-04-15 05:30:28 +02:00 |
|
warg
|
0211ed53a1
|
feat(lsp): manage completion docs popup ourselves
|
2026-04-15 03:05:46 +02:00 |
|
warg
|
95c0b33d38
|
fix(fzf): include current session buffers in oldfiles
|
2026-04-15 01:44:03 +02:00 |
|
warg
|
79e6cbc401
|
refactor(lsp): split lsp.lua into an lsp/ package
|
2026-04-15 01:41:10 +02:00 |
|
warg
|
3f9170e46d
|
feat(lsp): migrate from blink.cmp to built-in completion
|
2026-04-14 22:27:48 +02:00 |
|
warg
|
335680ea8a
|
style: rename mappings module to keymap
|
2026-04-14 16:27:15 +02:00 |
|
warg
|
1ec9623dc8
|
feat(mappings): add move vim.pack bindings
|
2026-04-14 16:26:07 +02:00 |
|
warg
|
4b3549ce73
|
chore: remove plenary
|
2026-04-14 16:25:41 +02:00 |
|
warg
|
3412d802fe
|
fix(fzf): add C-y binding
|
2026-04-14 16:12:17 +02:00 |
|
warg
|
071081e9d8
|
feat: add undotree
|
2026-04-14 16:02:49 +02:00 |
|
warg
|
e55540bd59
|
refactor: replace telescope with fzf-lua, drop nvim-notify
|
2026-04-14 02:35:57 +02:00 |
|
warg
|
5468a5a628
|
style: apply formatting
|
2026-04-13 23:24:31 +02:00 |
|
warg
|
959cec7051
|
feat(git): add git module and replace vim-flog with :Glog
|
2026-04-13 21:40:53 +02:00 |
|
warg
|
144b2ffd43
|
perf(util): use nvim_buf_get_offset for byte offsets in format
|
2026-04-13 21:28:12 +02:00 |
|
warg
|
fa01343730
|
refactor(util): unify debounce helpers into Debouncer class
|
2026-04-13 21:09:11 +02:00 |
|
warg
|
8c3f7b8d77
|
fix(util): replace vim.fn.readfile with io.open
|
2026-04-13 20:39:00 +02:00 |
|
warg
|
34e29dfae2
|
fix: use vim.fs.joinpath instead of string concatenation
|
2026-04-13 20:06:06 +02:00 |
|
warg
|
45df8ad4f7
|
fix(gitsigns): don't attach to untracked
|
2026-04-13 20:04:59 +02:00 |
|
warg
|
defc139851
|
fix(stylua): don't auto-indent
|
2026-04-13 19:53:02 +02:00 |
|
warg
|
f533d5b3de
|
fix(pack): reformat error messages
|
2026-04-13 18:28:37 +02:00 |
|
warg
|
82ddb86262
|
fix(terminal): put back default TermClose behavior
|
2026-04-13 17:51:45 +02:00 |
|
warg
|
116325a38d
|
fix(pack): handle plugin name normalization properly
|
2026-04-13 05:44:26 +02:00 |
|
warg
|
a1dde4950c
|
fix(pack): handle uv errors
|
2026-04-13 05:44:06 +02:00 |
|
warg
|
0fc636c2d5
|
fix: remove vendored uv meta file in favor of system bundled
|
2026-04-13 05:43:01 +02:00 |
|
warg
|
d6a9748610
|
fix: simplify statusline
|
2026-04-13 03:40:40 +02:00 |
|
warg
|
4e66d2960c
|
feat(lsp): remove fidget in favor of displaying progress in cmdline
|
2026-04-13 03:25:10 +02:00 |
|
warg
|
8bd2600e10
|
Revert "feat(lua_ls): remove stylua"
This reverts commit 0f697cb3b3.
|
2026-04-13 01:24:30 +02:00 |
|
warg
|
c3d88c4193
|
Revert "chore: remove stylua config"
This reverts commit d8ea0c60ad.
|
2026-04-13 01:21:16 +02:00 |
|
warg
|
fc7060e0ed
|
refactor: correctness fixes, API modernization, and cleanup
|
2026-04-13 01:20:52 +02:00 |
|
warg
|
62e64182de
|
Revert "feat(lsp): replace lua_ls with emmylua_ls"
This reverts commit a8a32c6459.
|
2026-04-13 01:03:13 +02:00 |
|
warg
|
a8a32c6459
|
feat(lsp): replace lua_ls with emmylua_ls
|
2026-04-12 22:08:04 +02:00 |
|
warg
|
ced8047289
|
chore(pack): remove old plugins
|
2026-04-12 13:36:07 +02:00 |
|
warg
|
2a27a01b57
|
feat: remove nvim-dap-view
|
2026-04-12 13:35:41 +02:00 |
|
warg
|
cf898d1fee
|
feat(treesitter): replace nvim-treesitter with pack-managed parsers
|
2026-04-12 11:46:54 +02:00 |
|
warg
|
ec81afbab7
|
refactor: simplify plugin loader
|
2026-04-11 22:55:51 +02:00 |
|
warg
|
eb96536a8f
|
fix(fidget): fix warning
|
2026-04-10 18:42:46 +02:00 |
|
warg
|
6635ed588b
|
fix: address deprecations
|
2026-04-10 18:42:18 +02:00 |
|
warg
|
dc0d36d55e
|
fix(lsp): remove deprecated option
|
2026-04-10 17:57:34 +02:00 |
|
warg
|
1127508496
|
feat(plugin): add hot-reload support for plugin configs
|
2026-04-10 15:39:18 +02:00 |
|
warg
|
d8ea0c60ad
|
chore: remove stylua config
|
2026-04-10 15:36:46 +02:00 |
|
warg
|
2d9100fd24
|
docs(README): bump neovim version to v0.12
|
2026-04-10 15:35:35 +02:00 |
|
warg
|
28c45c8390
|
feat: switch from lazy to vim.pack
|
2026-04-10 14:42:25 +02:00 |
|