Skip to content

Commit

Permalink
Merge pull request #34 from Iovesophy/add-neovim
Browse files Browse the repository at this point in the history
ADD: neovim
  • Loading branch information
Iovesophy authored Nov 10, 2022
2 parents 04bde12 + 0039d62 commit d62072a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/homebrew/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pkg:
- name: shellcheck
- name: vint
- name: zsh-git-prompt

- name: neovim
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ git config --global user.email "$1"
ln -fs "$(pwd)"/zshrc ~/.zshrc
ln -fs "$(pwd)"/vimrc ~/.vimrc

mkdir -p ~/.config/nvim/
touch ~/.config/nvim/init.vim
ln -fs "$(pwd)"/vimrc ~/.config/nvim/init.vim

0 comments on commit d62072a

Please sign in to comment.