Skip to content

Instantly share code, notes, and snippets.

@varreli
Created June 1, 2017 00:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varreli/6ed319b53132e4dbab98f82e64801aac to your computer and use it in GitHub Desktop.
Save varreli/6ed319b53132e4dbab98f82e64801aac to your computer and use it in GitHub Desktop.
terminal output of installation of vim and haskell-vim-now
~ $ sudo apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
vim-doc vim-scripts
The following NEW packages will be installed:
vim
0 upgraded, 1 newly installed, 0 to remove and 316 not upgraded.
Need to get 0 B/976 kB of archives.
After this operation, 2,403 kB of additional disk space will be used.
Selecting previously unselected package vim.
(Reading database ... 179416 files and directories currently installed.)
Preparing to unpack .../vim_2%3a7.4.488-7+deb8u3_i386.deb ...
Unpacking vim (2:7.4.488-7+deb8u3) ...
Setting up vim (2:7.4.488-7+deb8u3) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
~ $ curl -L https://git.io/haskell-vim-now > /tmp/haskell-vim-now.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 4749 100 4749 0 0 1887 0 0:00:02 0:00:02 --:--:-- 1887
~ $ bash /tmp/haskell-vim-now.sh
ENV: [HVN_INSTALL_BASIC=]
ENV: [HVN_GENERATE_HOOGLE_DB=y]
--> No previous installations detected.
--- Installing Haskell-Vim-Now from https://github.com/begriffs/haskell-vim-now.git ...
Cloning into '/home/john/.config/haskell-vim-now'...
remote: Counting objects: 1005, done.
remote: Total 1005 (delta 0), reused 0 (delta 0), pack-reused 1005
Receiving objects: 100% (1005/1005), 335.52 KiB | 86.00 KiB/s, done.
Resolving deltas: 100% (614/614), done.
Checking connectivity... done.
--- Installing system packages [libcurl4-openssl-dev] using [APT]...
--- Installing with apt-get...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Skipping libcurl4-openssl-dev, it is already installed and upgrade is not set.
0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
--- Checking ctags' exuberance...
--- Setting git to use fully-pathed vim for messages...
--- Installing vim-plug
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 6 71947 6 4685 0 0 5803 0 0:00:12 --:--:-- 0:00:12 579100 71947 100 71947 0 0 55686 0 0:00:01 0:00:01 --:--:-- 55729
--- Backing up current vim config using timestamp 20170531_192759...
--- Creating vim config symlinks
~/.vimrc -> /home/john/.config/haskell-vim-now/.vimrc
~/.vim -> /home/john/.config/haskell-vim-now/.vim
--- Installing plugins using vim-plug...
Error detected while processing function plug#end:
line 86:
E484: Can't open file /usr/share/vim/syntax/syntax.vim
make -f make_unix.mak
make[1]: Entering directory '/home/john/.config/haskell-vim-now/.vim/bundle/vimproc.vim'
cc -W -O2 -Wall -Wno-unused -Wno-unused-parameter -std=gnu99 -pedantic -shared -fPIC -o lib/vimproc_linux32.so src/proc.c -lutil
make[1]: Leaving directory '/home/john/.config/haskell-vim-now/.vim/bundle/vimproc.vim'
--- <---- HASKELL VIM NOW installation successfully finished ---->
--> If you are using NeoVim
Run /home/john/.config/haskell-vim-now/scripts/neovim.sh to backup your existing
configuration and symlink the new one.
--> Note for a good-looking vim experience:
Configure your terminal to use a font with Powerline symbols.
https://powerline.readthedocs.org/en/master/installation.html#fonts-installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment