mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Migrate Neovim to lazy.nvim and update dotfiles
- Neovim:
- Migrate from vim-plug to lazy.nvim.
- Refactor config (`init.lua`, `config.vim`).
- Replace Coq with blink.cmp, add CodeCompanion.
- Fish:
- Add aliases (`cl`, `ai`), env vars (`ANDROID_HOME`, `PYENV`).
- Update keybindings and conditional tool initialization (starship, zoxide, fzf, pyenv).
- Refine ASDF/Homebrew setup.
- Git: Add aliases (`rs`, `rss`, `ap`).
- Other: Update SKHD bindings and WezTerm path/settings.
This commit is contained in:
parent
4d4e715cb1
commit
b55aab8a89
11 changed files with 436 additions and 3066 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[alias]
|
||||
co = checkout
|
||||
sco = restore --staged
|
||||
rs = restore
|
||||
rss = restore --staged
|
||||
br = branch
|
||||
cm = commit
|
||||
st = status
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
merff = merge --ff-only
|
||||
fa = fetch --all
|
||||
pa = push --all
|
||||
ap = add --patch
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue