Skip to content

Commit

Permalink
feat: update neovim installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 3, 2024
1 parent 500c5c1 commit fcdfe8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/neovim-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ main_pacman() {
require_aur neovim-git
fi
require_pacman libvterm python-pynvim luarocks
require_pip 'nvim-remote'
}

main_apt() {
Expand All @@ -42,7 +41,6 @@ main_brew() {
require_brew_head neovim
fi
require_brew luarocks gcc@11
require_pip 'nvim-remote'
}

main() {
Expand Down
4 changes: 2 additions & 2 deletions scripts/neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ main_apt() {
}

main_pacman() {
return 0
require_pip 'nvim-remote'
}

main_brew() {
return 0
require_pip 'nvim-remote'
}

main() {
Expand Down

0 comments on commit fcdfe8f

Please sign in to comment.