#### Linux desktop - [ ] https://github.com/polybar/polybar - [ ] http://www.mutt.org/ email client #### Git - [ ] try out [delta](https://github.com/dandavison/delta), a syntax-highlighting pager for git, diff, and grep output - [ ] explore [lazygit](https://github.com/jesseduffield/lazygit) or [fugitive](https://github.com/tpope/vim-fugitive) - [ ] vim fugitive three-way merge conflict split `:Gvdiffsplit` and `:diffget` (see https://www.youtube.com/watch?v=FrMRyXtiJkc) - [ ] https://github.com/Wilfred/difftastic #### Rust - [ ] Rust debug config, see https://gavinhoward.com/2020/12/my-development-environment-and-how-i-got-there/, https://www.reddit.com/r/neovim/comments/ot33sz/rusttoolsnvim_now_supports_debugging/, https://github.com/mrcjkb/rustaceanvim, https://github.com/mfussenegger/nvim-dap #### Neovim - [x] docstring generator (see e.g. https://github.com/kkoomen/vim-doge) - [x] lsp symbol search `vim.lsp.buf.workspace_symbol()` - [x] migrate from packer to lazy as nvim package manager - [x] context tree sitter https://github.com/nvim-treesitter/nvim-treesitter-context - [x] quickfix list (add key mapping, add history of lists to telescope) (now using [trouble](https://github.com/folke/trouble.nvim)) - [x] surround package - [x] markdown previewer https://github.com/iamcco/markdown-preview.nvim - [ ] https://github.com/chriskempson/base16 color scheme builder for vim and many other apps to have a consistent color scheme - [ ] https://github.com/milanglacier/minuet-ai.nvim for running local LLMs for code completion with [blink.nvim](https://github.com/Saghen/blink.cmp) - [ ] https://github.com/yetone/avante.nvim #### Tmux - [x] tmux config: https://github.com/t4t5/dotfiles/blob/master/tmux.conf - [x] tmux plugins (https://www.youtube.com/watch?v=DzNmUNvnB04) - [ ] use https://github.com/tmux-python/tmuxp instead of sessionizer script #### Misceallaneous - [ ] i3 window manager for Linux - [ ] https://github.com/koekeishiya/yabai window manager for macOS - [x] https://github.com/ghostty-org/ghostty terminal emulator #### Command line - [ ] https://github.com/atuinsh/atuin - [x] explore fish shell and https://starship.rs/ - [ ] explore TUI file explorer (e.g. https://github.com/MidnightCommander/mc, https://github.com/jarun/nnn, see `.p10k.zsh` file for other popular options) - [ ] https://atuin.sh/ Also see - https://news.ycombinator.com/item?id=44356646
Linux desktop
Git
:Gvdiffsplitand:diffget(see https://www.youtube.com/watch?v=FrMRyXtiJkc)Rust
Neovim
vim.lsp.buf.workspace_symbol()Tmux
Misceallaneous
Command line
.p10k.zshfile for other popular options)Also see