diff options
| author | _Tradam <[email protected]> | 2022-05-24 21:21:12 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-24 21:21:12 -0400 |
| commit | 449aadc6ef11bdea53fdf833bf1e923ac9ed6850 (patch) | |
| tree | a1f26495139292a8d6e8be20822a2fca8bddfd05 | |
| parent | 40be91acc85a91fd17c1249ddfae8d62430c8fd9 (diff) | |
| download | Vim-Configs-449aadc6ef11bdea53fdf833bf1e923ac9ed6850.tar.gz Vim-Configs-449aadc6ef11bdea53fdf833bf1e923ac9ed6850.zip | |
Update init.vim
| -rw-r--r-- | init.vim | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -6,17 +6,7 @@ set encoding=utf-8 set fileencoding=utf-8 -" ----- CUSTOM CONFIGURATION DIRECTORY ----- " -" If you don't care about changing the vim config directory then you can -" safely ignore this section - -" If you wish to use .config/vim directory instead make sure to add the -" following to your .bashrc: -" export VIMINIT="source ~/.config/vim/vimrc" -" and place this vimrc into `~/.config/vim/vimrc`. -" Otherwise Vim will configure itself automatically using default directories -" NOTE: NVim will also listen to this environment variable so remove it if you -" switch to nvim +" ----- SET DIRECTORY ----- " if !has('nvim') " Where to check for vimplug later on let g:vimplug_dir = "~/.vim/autoload/plug.vim" |
