Adding webdev stuff to nvim

This commit is contained in:
Daniel Weber 2024-09-05 13:19:36 -04:00
parent 77047da22e
commit e3f345be42
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8e9cbab2738b367307ff6b536c51772df4be4544 Subproject commit c570c90d44470cf8f79b077e586dffbb9ade0f8f

View File

@ -39,3 +39,4 @@ export XDG_CONFIG_HOME=~/.config
function fcd() { function fcd() {
cd $(find . -type d -print | fzf); cd $(find . -type d -print | fzf);
} }
export PATH="$HOME/.cargo/bin:$PATH"