Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
im-alexandre committed Dec 8, 2023
1 parent bfaff59 commit 750be8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ alias "cx=clear"
# Alias para o neovim
alias "v=nvim"
alias "python=python3"
alias sd="cd \$(fdfind --type d --hidden --follow --exclude .git --exclude venv -d 6 | fzf)"


1 change: 1 addition & 0 deletions vim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"vim-illuminate": { "branch": "master", "commit": "3bd2ab64b5d63b29e05691e624927e5ebbf0fb86" },
"vim-snipmate": { "branch": "master", "commit": "074fe09bca0dbe49aea9c5202edba0d1c7ead10c" },
"vim-snippets": { "branch": "master", "commit": "ec4ff7e9c9b274e93295924e59c82b4f51e2ae42" },
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" },
"vim-tmux-navigator": { "branch": "master", "commit": "7db70e08ea03b3e4d91f63713d76134512e28d7e" },
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
}
4 changes: 4 additions & 0 deletions vim/lua/plugins/vim-surround.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"tpope/vim-surround",
lazy = false,
}

0 comments on commit 750be8f

Please sign in to comment.