Skip to content

Commit

Permalink
Merge pull request basecamp#315 from ninadsachania/remove-lazyvim-git…
Browse files Browse the repository at this point in the history
…-folder

Remove LazyVim's .git folder
  • Loading branch information
dhh authored Nov 9, 2024
2 parents 3d28ae4 + 943cbf0 commit b44db3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/terminal/app-neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cd -
if [ ! -d "$HOME/.config/nvim" ]; then
# Use LazyVim
git clone https://github.com/LazyVim/starter ~/.config/nvim
# Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git

# Make everything match the terminal transparency
mkdir -p ~/.config/nvim/plugin/after
Expand Down

0 comments on commit b44db3a

Please sign in to comment.