Compare commits

..

13 Commits

Author SHA1 Message Date
dc03420d3d nvim: Update other plugins 2025-09-12 02:09:12 +02:00
988793a4a4 nvim: Update schema-companion and kubernetes matcher 2025-09-12 02:08:50 +02:00
2dfbffb423 nvim: Switch back to fzf for fuzzy finding
Since I am now using fzf for a bunch of other things as well it made
sense to switch back in smart open as well.
2025-09-12 00:53:36 +02:00
037dd5af28 nvim: Update smart-open to fix pause when opening 2025-09-12 00:49:46 +02:00
581bbc5cf2 tmux: Enable detach-on-destroy for scratch sessions 2025-09-12 00:47:25 +02:00
96110678ba nvim: Added keybind to cargo run in shell window 2025-09-11 21:30:40 +02:00
79f804fd79 tmux: Added plugin for selecting urls with the keyboard 2025-09-11 04:31:13 +02:00
cd24c6a2c8 tmux: Improve kill keybinds and pervent tmux from closing when there are still sessions 2025-09-11 04:13:33 +02:00
9fc0c80542 sesh: Created preconfigured sessions 2025-09-11 04:13:32 +02:00
6f2ac986df tmux: Use sesh for tmux session management
The zsh tmux plugin has been removed and instead fzf is shown to select
a session.
2025-09-11 02:17:11 +02:00
a5febcddf6 fzf: Improve border label 2025-09-11 01:47:32 +02:00
2250a56599 zsh: Improve how command availability is detected 2025-09-11 01:46:54 +02:00
221a1c4a9a nvim: Accidentally removed bufresize at some point 2025-09-11 01:36:41 +02:00

View File

@@ -1,6 +1,4 @@
-- https://github.com/kwkarlwang/bufresize.nvim -- https://github.com/kwkarlwang/bufresize.nvim
--- @module "lazy"
--- @type LazySpec
return { return {
"kwkarlwang/bufresize.nvim", "kwkarlwang/bufresize.nvim",
opts = {}, opts = {},