Merge branch 'main' of github.com:siduck76/neovim-dots
This commit is contained in:
commit
34c2d38f94
|
@ -136,3 +136,7 @@ git clone https://github.com/wbthomason/packer.nvim\
|
|||
|
||||
if you get any errors with packer.nvim , then remove the ~/.config/nvim/plugin/packer_nvim.vim file since it just has file paths for my system
|
||||
and re-install packer.nvim
|
||||
|
||||
# Contact -
|
||||
- My linux / unix related ricing community: https://t.me/DE_WM (telegram)
|
||||
- Me: @siduck (telegram)
|
||||
|
|
|
@ -51,7 +51,7 @@ install_node_deps () {
|
|||
echo "npm not installed"
|
||||
return
|
||||
fi
|
||||
npm install -g $@
|
||||
sudo npm install -g $@
|
||||
}
|
||||
|
||||
install_ts() {
|
||||
|
|
Loading…
Reference in New Issue