mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Updates to fish config, neovim config, vim config, and git config
Fish: - Call ssh_agent_startup everytime (has its own conditions) - Add Bun and pnpm bin folders to PATH and aliases - Change additions to path to use fish_add_path - Set LIBVA_DRIVER_NAME to nvidia Neovim: - Format init.lua - Add Vue language server - Change Noice config Vim: - Remove eslint and stylelint as fixers - Add Vue linting/fixing - Use wombat theme for lightline (gruvbox gone?) - Add Lua & Markdown formatting - Update vim-plug Git: - Remove --date-order from 'git lola' alias
This commit is contained in:
parent
124ea84991
commit
3ad5bd6d2f
8 changed files with 246 additions and 191 deletions
|
|
@ -9,7 +9,7 @@
|
|||
llog = log --date=local
|
||||
flog = log --pretty=fuller --decorate
|
||||
lol = log --graph --decorate --oneline
|
||||
lola = log --graph --decorate --oneline --all --date-order
|
||||
lola = log --graph --decorate --oneline --all
|
||||
blog = log origin/master... --left-right
|
||||
ds = diff --staged
|
||||
amend = commit --amend -C HEAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue