minor changes
This commit is contained in:
parent
b375c43dc3
commit
ac6afa334b
|
@ -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 :
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue