Compare commits
2 Commits
5b7b3ad924
...
d7f7fab0e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
d7f7fab0e7
|
|||
|
31f14bf065
|
@ -674,6 +674,7 @@ alias gpu = git push -u origin
|
||||
alias gsta = git stash push
|
||||
alias gstp = git stash pop
|
||||
alias gw = git switch
|
||||
alias lg = lazygit
|
||||
alias bt = bluetoothctl
|
||||
alias d = cd ~/.config/dotfiles/tree
|
||||
alias xo = xdg-open
|
||||
|
||||
@ -36,6 +36,18 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
{ '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
|
||||
{ 'williamboman/mason.nvim' },
|
||||
|
||||
@ -27,6 +27,7 @@ sudo pacman --needed -S \
|
||||
htop \
|
||||
hyprland \
|
||||
hyprpaper \
|
||||
lazygit \
|
||||
luarocks \
|
||||
neovim \
|
||||
nerd-fonts \
|
||||
|
||||
Reference in New Issue
Block a user