minor changes

This commit is contained in:
siduck76 2021-04-12 16:37:15 +05:30
parent b375c43dc3
commit ac6afa334b
2 changed files with 7 additions and 3 deletions

View File

@ -126,7 +126,7 @@ nvim-base16 doesnt even take time to load unlike base16-vim which was eating hal
# Clone my setup -
- Install neovim-nightly , also use a nerdfont on your terminal.
- run the install.sh (this might work only on nix systems) and open neovim , do :PackerInstall
- run the install.sh (this might work only on nix systems),this opens neovim (press enter or y to skip the errors , the errors will only show once).
- Install ripgrep , fd , ueberzug for telescope media extension to work.
- Manual installation , incase the install.sh doesnt work for you :

View File

@ -122,3 +122,7 @@ if [[ ${warn_path} == true ]]; then
echo ""
echo "Ensure ${LSP_BIN_PATH} is available in your \$PATH variable"
fi
# install all plugins via packer
nvim +PackerInstall