Compare commits

...

2 Commits

Author SHA1 Message Date
d7f7fab0e7 nvim: Add plugin snacks 2024-12-03 11:59:44 +01:00
31f14bf065 Install lazygit and add alias 2024-12-03 11:51:54 +01:00
3 changed files with 14 additions and 0 deletions

View File

@ -674,6 +674,7 @@ alias gpu = git push -u origin
alias gsta = git stash push alias gsta = git stash push
alias gstp = git stash pop alias gstp = git stash pop
alias gw = git switch alias gw = git switch
alias lg = lazygit
alias bt = bluetoothctl alias bt = bluetoothctl
alias d = cd ~/.config/dotfiles/tree alias d = cd ~/.config/dotfiles/tree
alias xo = xdg-open alias xo = xdg-open

View File

@ -36,6 +36,18 @@ require("lazy").setup({
}, },
}, },
{ 'rktjmp/fwatch.nvim' }, { 'rktjmp/fwatch.nvim' },
{
"folke/snacks.nvim",
priority = 1000,
lazy = false,
opts = {
bigfile = { enabled = true },
notifier = { enabled = true },
quickfile = { enabled = true },
statuscolumn = { enabled = true },
words = { enabled = true },
},
},
-- -- language server stuff -- -- language server stuff
{ 'williamboman/mason.nvim' }, { 'williamboman/mason.nvim' },

View File

@ -27,6 +27,7 @@ sudo pacman --needed -S \
htop \ htop \
hyprland \ hyprland \
hyprpaper \ hyprpaper \
lazygit \
luarocks \ luarocks \
neovim \ neovim \
nerd-fonts \ nerd-fonts \