My initial settings for vim. In the future, everything will be improved.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install VIM:
For RedHat (CentOs, Fedora)
sudo dnf install vim
For Debian (Ubuntu, Pop!_OS, Mint)
sudo apt install vim
Go to your Download folder:
cd ~/Downloads/
and clone settings:
sudo git clone https://github.com/I2etr0/vimrc.git
go to the .vimrc folder:
cd vimrc/
a folder with settings will appear in your home directory. You need to transfer the .vimrc file to your home directory. To do this, go to the folder with the file. Open a terminal in it and copy the command:
sudo mv .vimrc ~/
We go to the page of these guys and copy:
Vim
sudo curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Launch vim and run :PluginInstall
When everything is installed, click "Shift + ;" and write "q".
Copy the name of the project (morhetz/gruvbox) and paste it into .vimrc (this step has already been done)
After opening Vim, press "Shift + ;" and write:
source ~/.vimrc
And finally, click "**Shift +;**" again and write:
q
- I2etr0 - Initial work - I2etr0
- Plugin gruvbox - Plugin development - Gruvbox
- Plugin nerdtree - Plugin development - Nerdtree
See also the list of contributors who participated in this project.
Error detected while processing /home/user/.vimrc:
line 65:
E117: Unknown function: plug#begin
line 68:
E492: Not an editor command: Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
line 71:
E492: Not an editor command: Plug 'morhetz/gruvbox'
line 74:
E492: Not an editor command: Plug 'chr4/nginx.vim'
line 77:
E492: Not an editor command: Plug 'stanangeloff/php.vim'
line 82:
E117: Unknown function: plug#end
line 87:
E185: Cannot find color scheme 'gruvbox'
Press ENTER or type command to continue
Change the access rights for the files.vimrc .vim commands chown-R user: user .vim