Last Updated: March 16th, 2023 or more recently.
- Rust 🦀⚙
- compiler version:
rustc 1.70.0-nightly (900c35403 2023-03-08)
- rust-analyzer version:
rust-analyzer (27239fbb5 2023-02-21)
- compiler version:
- Neovim - Important Note: these Dotfiles target bleeding edge Neovim APIs. I try to update these runtime files as soon as the Neovim team pushes changes (including & especially breaking) to their master branch and I pull the latest.
- I usually pull the latest a few times per week or if I see that a particularly juicy PR has landed. I do test Neovim feature branches. But, only code that works with
Neovim → master
will be pushed to this repo. Neovim 0.8 should work with most of what you see here. - However, a lot of API changes are coming out of Neovim on the 0.6 track (master). So, I'd recommend using Neovim Nightly to use all the goodness in these Dotfiles. Or, building from source - Code Smell video instructions. It's unlikely that I am more than a day or 2 behind.
- The Neovim commit that I am on:
NVIM v0.9.0-dev-1179+gce0fddf5a
- Theme: codesmell_dark
Telescope
,nvim-cmp
,GitSigns
, many other plugins and builtins are colored from this theme usingTreesitter 🌲
- Config: Lua
- Package Management: Packer
- Featuring:
Telescope ðŸ”
,gitsigns
,nvim-cmp
,Treesitter
and all the LSP goodness
- Theme: codesmell_dark
- I usually pull the latest a few times per week or if I see that a particularly juicy PR has landed. I do test Neovim feature branches. But, only code that works with
- Alacritty with tmux and some iTerm Hotkey Windows
- Zsh Theme: code-smell.zsh-theme
- Font:
JetBrainsMono Nerd Font Mono
- Font:
- Zsh Theme: code-smell.zsh-theme
- Zsh
- Oh My Zsh - For now
I update my private Dotfiles on a regular basis. They're in a private repo. However, I try to keep these up-to-date. Use Git's history to look at files as they were in the past. If you are looking for a file that is not here anymore, please look through the Git history. Call me out in the comments if you see something that isn't in this repo.
Another awesome feature from gitsigns and a map for it:
-- toggle Virtual deleted lines
key_map("n", ",td", [[<Cmd>lua require'gitsigns'.toggle_deleted()<CR>]], { noremap = true, silent = true })