about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2024-02-03 12:04:21 -0300
committerVitor Gonçalves <vitorg@tilde.team>2024-02-03 12:04:21 -0300
commit0df76190122400f0fa73df58c218460ffa89e421 (patch)
tree9f47e92dab0ca323eb2a8cd509022768136a6b3a
parent355c7b6199c030662591f8b1374e983d0e5581ad (diff)
downloaddots-0df76190122400f0fa73df58c218460ffa89e421.tar.gz
updated README
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 238c865..11970e6 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,28 @@ i have
 * neovim!
 * different user-dirs and some cool default apps
 
+## zsh plugins
+
+i'm currently not using oh-my-zsh (bloat and bad), i'm using git submodules to keep track of it.
+
+the plugins i'm currently using are:
+* zsh-completions and zsh-autosuggestions
+* git-aliases
+* zsh-bd
+* zsh-syntax-highlighting
+* zsh-vi-mode
+
+the starship prompt changes accordingly the current mode zsh is in.
+
+## nvim plugins
+
+i'm using lazy.nvim to manage my plugins. here's what i've got
+* gruvbox.nvim (ofc)
+* nvim-treesitter (eyecandy is everything)
+* telescope
+
+i'm planning on adding more (probably this section will be edited today), and i'm having much fun after the last refactor (commit 8abb5dc6df)
+
 ## cloning this repo
 
 i manage my dotfiles using a bare git repository. here's a quick rundown on how to get this dotfiles for yourself: