refactor: tmux setting#73
Conversation
ReviewNice work on the tmux refactor! The pane mode / resize mode keybindings with status bar color feedback are clean. A few things I noticed: Important: LSP autocompletion likely brokenThe PR removes the vim.opt.autocomplete = true
vim.opt.complete = "o"
If this was intentional (you prefer manual completion only), a comment would help clarify. Otherwise, consider restoring the Minor: PR title scopeThe title says "refactor: tmux setting" but the PR also changes nvim config (netrw, completion), zellij keybindings (tmux mode, many rebindings), mise config (jq moved to dev-only), vimrc, and CI workflows (luacheck install fix, tmux lint, vimscript runner). Consider updating the title to reflect the full scope, e.g. Looks good
|
Closes #72
Closes #68