Advertisement
dakotafloify

Untitled

Dec 5th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.16 KB | None | 0 0
  1. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim
  2. ~/.config/nvim   master ●  sh ./installer.sh .
  3. Install to "/Users/dakota/.config/nvim/./repos/github.com/Shougo/dein.vim"...
  4.  
  5. git is /usr/bin/git
  6.  
  7. Begin fetching dein...
  8. Cloning into '/Users/dakota/.config/nvim/./repos/github.com/Shougo/dein.vim'...
  9. remote: Counting objects: 3773, done.
  10. remote: Compressing objects: 100% (10/10), done.
  11. remote: Total 3773 (delta 1), reused 0 (delta 0), pack-reused 3762
  12. Receiving objects: 100% (3773/3773), 697.63 KiB | 0 bytes/s, done.
  13. Resolving deltas: 100% (2177/2177), done.
  14. Checking connectivity... done.
  15. Done.
  16.  
  17. Please add the following settings for dein to the top of your vimrc (Vim) or init.vim (NeoVim) file:
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. "dein Scripts-----------------------------
  25. if &compatible
  26. set nocompatible " Be iMproved
  27. endif
  28.  
  29.  
  30.  
  31. " Required:
  32. set runtimepath+=/Users/dakota/.config/nvim/./repos/github.com/Shougo/dein.vim
  33.  
  34. " Required:
  35. call dein#begin('/Users/dakota/.config/nvim/.')
  36.  
  37. " Let dein manage dein
  38. " Required:
  39. call dein#add('Shougo/dein.vim')
  40.  
  41. " Add or remove your plugins here:
  42. call dein#add('Shougo/neosnippet.vim')
  43. call dein#add('Shougo/neosnippet-snippets')
  44.  
  45. " You can specify revision/branch/tag.
  46. call dein#add('Shougo/vimshell', { 'rev': '3787e5' })
  47.  
  48. " Required:
  49. call dein#end()
  50.  
  51. " Required:
  52. filetype plugin indent on
  53. syntax enable
  54.  
  55. " If you want to install not installed plugins on startup.
  56. "if dein#check_install()
  57. " call dein#install()
  58. "endif
  59.  
  60. "End dein Scripts-------------------------
  61.  
  62.  
  63. Done.
  64. Complete setup dein!
  65. ~/.config/nvim   master ●  ls
  66. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim repos
  67. ~/.config/nvim   master ●  vi init.vim
  68. ~/.config/nvim   master ●  vi
  69. ~/.config/nvim   master ●  cd ..
  70. ~/.config   master ●  ls nvim
  71. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim repos
  72. ~/.config   master ●  vi
  73. ~/.config   master ●  nvim
  74. ~/.config/nvim   master ●  nvim
  75. Error detected while processing /Users/dakota/.config/nvim/packages.vim:
  76. line 9:
  77. E117: Unknown function: dein#begin
  78. line 10:
  79. E117: Unknown function: dein#add
  80. line 16:
  81. E117: Unknown function: dein#add
  82. line 17:
  83. E117: Unknown function: dein#add
  84. line 18:
  85. E117: Unknown function: dein#add
  86. line 19:
  87.  
  88.  
  89. E117: Unknown function: dein#add
  90.  
  91.  
  92. " pre-config
  93. line 20:
  94. E117: Unknown function: dein#add
  95. line 22:
  96. E117: Unknown function: dein#add
  97. line 23:
  98. E117: Unknown function: dein#add
  99. line 24:
  100. E117: Unknown function: dein#add
  101. line 26:
  102.  
  103.  
  104. " pre-config
  105. E117: Unknown function: dein#add
  106.  
  107.  
  108. line 27:
  109. E117: Unknown function: dein#add
  110. line 29:
  111. E117: Unknown function: dein#add
  112. line 31:
  113. E117: Unknown function: dein#add
  114. line 32:
  115. E117: Unknown function: dein#add
  116. line 33:
  117. E117: Unknown function: dein#add
  118. line 35:
  119. E117: Unknown function: dein#add
  120. line 36:
  121. E117: Unknown function: dein#add
  122. line 38:
  123. E117: Unknown function: dein#add
  124. line 39:
  125. E117: Unknown function: dein#add
  126. line 40:
  127. E117: Unknown function: dein#add
  128. line 42:
  129. E117: Unknown function: dein#add
  130. line 48:
  131. E117: Unknown function: dein#end
  132. line 55:
  133. E117: Unknown function: dein#check_install
  134. E15: Invalid expression: dein#check_install()
  135. Error detected while processing /Users/dakota/.config/nvim/general.vim:
  136. line 7:
  137. E185: Cannot find color scheme 'solarized'
  138. Press ENTER or type command to continue
  139. ~/.config/nvim   master ●  vi general.vim
  140. ~/.config/nvim   master ●  vi init.vim
  141. ~/.config/nvim   master ●  ls
  142. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim repos
  143. ~/.config/nvim   master ●  ls repos/github.com
  144. Shougo
  145. ~/.config/nvim   master ●  ls repos/github.com/Shougo
  146. dein.vim
  147. ~/.config/nvim   master ●  ls repos/github.com/Shougo/dein.vim
  148. LICENSE README.md autoload bin doc rplugin test
  149. ~/.config/nvim   master ●  vi init.vim
  150. ~/.config/nvim   master ●  vi
  151. ~/.config/nvim   master ●  nvim
  152. Error detected while processing /Users/dakota/.config/nvim/packages.vim:
  153. line 9:
  154. E117: Unknown function: dein#begin
  155. line 10:
  156. E117: Unknown function: dein#add
  157. line 16:
  158. E117: Unknown function: dein#add
  159. line 17:
  160. E117: Unknown function: dein#add
  161. line 18:
  162. E117: Unknown function: dein#add
  163. line 19:
  164. E117: Unknown function: dein#add
  165. line 20:
  166. E117: Unknown function: dein#add
  167. line 22:
  168. E117: Unknown function: dein#add
  169. line 23:
  170. E117: Unknown function: dein#add
  171. line 24:
  172. E117: Unknown function: dein#add
  173. line 26:
  174. E117: Unknown function: dein#add
  175. line 27:
  176. E117: Unknown function: dein#add
  177. line 29:
  178. E117: Unknown function: dein#add
  179. line 31:
  180. E117: Unknown function: dein#add
  181. line 32:
  182. E117: Unknown function: dein#add
  183. line 33:
  184. E117: Unknown function: dein#add
  185. line 35:
  186. E117: Unknown function: dein#add
  187. line 36:
  188. E117: Unknown function: dein#add
  189. line 38:
  190. E117: Unknown function: dein#add
  191. line 39:
  192. E117: Unknown function: dein#add
  193. line 40:
  194. E117: Unknown function: dein#add
  195. line 42:
  196. E117: Unknown function: dein#add
  197. line 48:
  198. E117: Unknown function: dein#end
  199. line 55:
  200. E117: Unknown function: dein#check_install
  201. E15: Invalid expression: dein#check_install()
  202. Error detected while processing /Users/dakota/.config/nvim/general.vim:
  203. line 7:
  204. E185: Cannot find color scheme 'solarized'
  205. Press ENTER or type command to continue
  206. ~/.config/nvim   master ●  nvim
  207. Error detected while processing /Users/dakota/.config/nvim/packages.vim:
  208. line 9:
  209. E117: Unknown function: dein#begin
  210. line 10:
  211. E117: Unknown function: dein#add
  212. line 16:
  213. E117: Unknown function: dein#add
  214. line 17:
  215. E117: Unknown function: dein#add
  216. line 18:
  217. E117: Unknown function: dein#add
  218. line 19:
  219. E117: Unknown function: dein#add
  220. line 20:
  221. E117: Unknown function: dein#add
  222. line 22:
  223. E117: Unknown function: dein#add
  224. line 23:
  225. E117: Unknown function: dein#add
  226. line 24:
  227. E117: Unknown function: dein#add
  228. line 26:
  229. E117: Unknown function: dein#add
  230. line 27:
  231. E117: Unknown function: dein#add
  232. line 29:
  233. E117: Unknown function: dein#add
  234. line 31:
  235. E117: Unknown function: dein#add
  236. line 32:
  237. E117: Unknown function: dein#add
  238. line 33:
  239. E117: Unknown function: dein#add
  240. line 35:
  241. E117: Unknown function: dein#add
  242. line 36:
  243. E117: Unknown function: dein#add
  244. line 38:
  245. E117: Unknown function: dein#add
  246. line 39:
  247. E117: Unknown function: dein#add
  248. line 40:
  249. E117: Unknown function: dein#add
  250. line 42:
  251. E117: Unknown function: dein#add
  252. line 48:
  253. E117: Unknown function: dein#end
  254. line 55:
  255. E117: Unknown function: dein#check_install
  256. E15: Invalid expression: dein#check_install()
  257. Error detected while processing /Users/dakota/.config/nvim/general.vim:
  258. line 7:
  259. E185: Cannot find color scheme 'solarized'
  260. Press ENTER or type command to continue
  261. ~/.config/nvim   master ●  ls
  262. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim repos
  263. ~/.config/nvim   master ●  sh ./installer.sh .
  264. Install to "/Users/dakota/.config/nvim/./repos/github.com/Shougo/dein.vim"...
  265. "/Users/dakota/.config/nvim/./repos/github.com/Shougo/dein.vim" already exists!
  266.  
  267. git is /usr/bin/git
  268.  
  269.  
  270.  
  271. " pre-config
  272. Please add the following settings for dein to the top of your vimrc (Vim) or init.vim (NeoVim) file:
  273.  
  274.  
  275. "dein Scripts-----------------------------
  276. if &compatible
  277. set nocompatible " Be iMproved
  278. endif
  279.  
  280. " Required:
  281. set runtimepath+=/Users/dakota/.config/nvim/./repos/github.com/Shougo/dein.vim
  282.  
  283. " Required:
  284. call dein#begin('/Users/dakota/.config/nvim/.')
  285.  
  286. " Let dein manage dein
  287. " Required:
  288. call dein#add('Shougo/dein.vim')
  289.  
  290. " Add or remove your plugins here:
  291. call dein#add('Shougo/neosnippet.vim')
  292. call dein#add('Shougo/neosnippet-snippets')
  293.  
  294. " You can specify revision/branch/tag.
  295. call dein#add('Shougo/vimshell', { 'rev': '3787e5' })
  296.  
  297. " Required:
  298. call dein#end()
  299.  
  300. " Required:
  301. filetype plugin indent on
  302. syntax enable
  303.  
  304. " If you want to install not installed plugins on startup.
  305. "if dein#check_install()
  306. " call dein#install()
  307. "endif
  308.  
  309. "End dein Scripts-------------------------
  310.  
  311.  
  312. Done.
  313. Complete setup dein!
  314. ~/.config/nvim   master ●  vi init.vim
  315. ~/.config/nvim   master ●  nvim
  316. Error detected while processing /Users/dakota/.config/nvim/packages.vim:
  317. line 9:
  318. E117: Unknown function: dein#begin
  319. line 10:
  320. E117: Unknown function: dein#add
  321. line 16:
  322. E117: Unknown function: dein#add
  323. line 17:
  324. E117: Unknown function: dein#add
  325. line 18:
  326. E117: Unknown function: dein#add
  327. line 19:
  328.  
  329.  
  330. " pre-config
  331. E117: Unknown function: dein#add
  332. line 20:
  333.  
  334.  
  335. E117: Unknown function: dein#add
  336. line 22:
  337. E117: Unknown function: dein#add
  338.  
  339.  
  340. " pre-config
  341. line 23:
  342. E117: Unknown function: dein#add
  343. line 24:
  344. E117: Unknown function: dein#add
  345. line 26:
  346. E117: Unknown function: dein#add
  347. line 27:
  348. E117: Unknown function: dein#add
  349. line 29:
  350. E117: Unknown function: dein#add
  351. line 31:
  352. E117: Unknown function: dein#add
  353. line 32:
  354. E117: Unknown function: dein#add
  355. line 33:
  356. E117: Unknown function: dein#add
  357. line 35:
  358. E117: Unknown function: dein#add
  359. line 36:
  360. E117: Unknown function: dein#add
  361. line 38:
  362. E117: Unknown function: dein#add
  363. line 39:
  364. E117: Unknown function: dein#add
  365. line 40:
  366. E117: Unknown function: dein#add
  367. line 42:
  368. E117: Unknown function: dein#add
  369. line 48:
  370. E117: Unknown function: dein#end
  371. line 55:
  372. E117: Unknown function: dein#check_install
  373. E15: Invalid expression: dein#check_install()
  374. Error detected while processing /Users/dakota/.config/nvim/general.vim:
  375. line 7:
  376. E185: Cannot find color scheme 'solarized'
  377. Press ENTER or type command to continue
  378. ~/.config/nvim   master ●  vi init.vim
  379. ~/.config/nvim   master ●  nvim
  380. ~/.config/nvim   master ●  vi init2.vim
  381. ✘  ~/.config/nvim   master ●  ls
  382. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim repos
  383. ~/.config/nvim   master ●  vi init.vim
  384. ~/.config/nvim   master ●  nvim
  385. Error detected while processing /Users/dakota/.config/nvim/packages.vim:
  386. line 9:
  387. E117: Unknown function: dein#begin
  388. line 10:
  389. E117: Unknown function: dein#add
  390. line 16:
  391. E117: Unknown function: dein#add
  392. line 17:
  393. E117: Unknown function: dein#add
  394.  
  395.  
  396. if &compatible
  397. line 18:
  398. E117: Unknown function: dein#add
  399. line 19:
  400. E117: Unknown function: dein#add
  401. line 20:
  402. E117: Unknown function: dein#add
  403. line 22:
  404. E117: Unknown function: dein#add
  405. line 23:
  406. E117: Unknown function: dein#add
  407. line 24:
  408. E117: Unknown function: dein#add
  409. line 26:
  410. E117: Unknown function: dein#add
  411. line 27:
  412. E117: Unknown function: dein#add
  413. line 29:
  414. E117: Unknown function: dein#add
  415. line 31:
  416. E117: Unknown function: dein#add
  417. line 32:
  418. E117: Unknown function: dein#add
  419. line 33:
  420. E117: Unknown function: dein#add
  421. line 35:
  422. E117: Unknown function: dein#add
  423. line 36:
  424. E117: Unknown function: dein#add
  425. line 38:
  426. E117: Unknown function: dein#add
  427. line 39:
  428. E117: Unknown function: dein#add
  429. line 40:
  430. E117: Unknown function: dein#add
  431. line 42:
  432. E117: Unknown function: dein#add
  433. line 48:
  434. E117: Unknown function: dein#end
  435. line 55:
  436. E117: Unknown function: dein#check_install
  437. E15: Invalid expression: dein#check_install()
  438. Press ENTER or type command to continue
  439. ~/.config/nvim   master ●  vi packages.vim
  440. ~/.config/nvim   master ●  nvim
  441. Error detected while processing function dein#begin[1]..dein#util#_begin[20]..dein#util#_get_runtime_path[5]..dein#util#_get_cache_path:
  442. line 9:
  443. E739: Cannot create directory /home/dakota: operation not supported on socket
  444. [dein] Invalid runtimepath.
  445. [dein] Not installed plugins: ['deoplete-swift', 'denite.nvim', 'tagbar', 'ctrlp.vim', 'neosnippet-snippets', 'dein.vim', 'neoterm', 'neomake', 'vim-surround', 'vim-airline-themes', 'vim-fugitive', 'supertab', 'vim-instant-markdown', 'nerdtree', 'deoplete.nvim', 'neosnippet.vim', 'vim-colors-solarized', 'vim-snippets', 'vim-markdown-composer', 'vim-airline', 'vim-javacomplete2']
  446. [dein] Update started: (2016/12/05 09:33:59)
  447. [dein] ( 1/21) |deoplete-swift | git clone --recursive https://github.com/landaire/deoplete-swift.git "/home/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift"
  448. [dein] ( 1/21) [ ] deoplete-swift
  449. [dein] ( 2/21) |denite.nvim | git clone --recursive https://github.com/Shougo/denite.nvim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim"
  450. [dein] ( 2/21) [= ] denite.nvim
  451. [dein] ( 3/21) |tagbar | git clone --recursive https://github.com/majutsushi/tagbar.git "/home/dakota/.config/nvim/repos/github.com/majutsushi/tagbar"
  452. [dein] ( 3/21) [== ] tagbar
  453. [dein] ( 4/21) |ctrlp.vim | git clone --recursive https://github.com/ctrlpvim/ctrlp.vim.git "/home/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim"
  454. [dein] ( 4/21) [=== ] ctrlp.vim
  455. [dein] ( 5/21) |neosnippet-snippets | git clone --recursive https://github.com/Shougo/neosnippet-snippets.git "/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets"
  456. [dein] ( 5/21) [==== ] neosnippet-snippets
  457. [dein] ( 6/21) |dein.vim | git clone --recursive https://github.com/Shougo/dein.vim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/dein.vim"
  458. [dein] ( 6/21) [===== ] dein.vim
  459. [dein] ( 7/21) |neoterm | git clone --recursive https://github.com/kassio/neoterm.git "/home/dakota/.config/nvim/repos/github.com/kassio/neoterm"
  460. [dein] ( 7/21) [====== ] neoterm
  461. [dein] ( 8/21) |neomake | git clone --recursive https://github.com/neomake/neomake.git "/home/dakota/.config/nvim/repos/github.com/neomake/neomake"
  462. [dein] ( 8/21) [======= ] neomake
  463. [dein] ( 1/21) |deoplete-swift | Error
  464. [dein] /home/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift
  465. [dein] Maybe wrong username or repository.
  466. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift': Operation not supported
  467. [dein] ( 2/21) |denite.nvim | Error
  468. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim
  469. [dein] Maybe wrong username or repository.
  470. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim': Operation not supported
  471. [dein] ( 3/21) |tagbar | Error
  472. [dein] /home/dakota/.config/nvim/repos/github.com/majutsushi/tagbar
  473. [dein] Maybe wrong username or repository.
  474. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/majutsushi/tagbar': Operation not supported
  475. [dein] ( 4/21) |ctrlp.vim | Error
  476. [dein] /home/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim
  477. [dein] Maybe wrong username or repository.
  478. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim': Operation not supported
  479. [dein] ( 5/21) |neosnippet-snippets | Error
  480. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets
  481. [dein] Maybe wrong username or repository.
  482. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets': Operation not supported
  483. [dein] ( 6/21) |dein.vim | Error
  484. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/dein.vim
  485. [dein] Maybe wrong username or repository.
  486. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/dein.vim': Operation not supported
  487. [dein] ( 7/21) |neoterm | Error
  488. [dein] /home/dakota/.config/nvim/repos/github.com/kassio/neoterm
  489. [dein] Maybe wrong username or repository.
  490. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/kassio/neoterm': Operation not supported
  491. [dein] ( 8/21) |neomake | Error
  492. [dein] /home/dakota/.config/nvim/repos/github.com/neomake/neomake
  493. [dein] Maybe wrong username or repository.
  494. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/neomake/neomake': Operation not supported
  495. [dein] ( 9/21) |vim-surround | git clone --recursive https://github.com/tpope/vim-surround.git "/home/dakota/.config/nvim/repos/github.com/tpope/vim-surround"
  496. [dein] ( 9/21) [======== ] vim-surround
  497. [dein] (10/21) |vim-airline-themes | git clone --recursive https://github.com/vim-airline/vim-airline-themes.git "/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes"
  498. [dein] (10/21) [========= ] vim-airline-themes
  499. [dein] (11/21) |vim-fugitive | git clone --recursive https://github.com/tpope/vim-fugitive.git "/home/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive"
  500. [dein] (11/21) [========== ] vim-fugitive
  501. [dein] (12/21) |supertab | git clone --recursive https://github.com/ervandew/supertab.git "/home/dakota/.config/nvim/repos/github.com/ervandew/supertab"
  502. [dein] (12/21) [=========== ] supertab
  503. [dein] (13/21) |vim-instant-markdown| git clone --recursive https://github.com/suan/vim-instant-markdown.git "/home/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown"
  504. [dein] (13/21) [============ ] vim-instant-markdown
  505. [dein] (14/21) |nerdtree | git clone --recursive https://github.com/scrooloose/nerdtree.git "/home/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree"
  506. [dein] (14/21) [============= ] nerdtree
  507. [dein] (15/21) |deoplete.nvim | git clone --recursive https://github.com/Shougo/deoplete.nvim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim"
  508. [dein] (15/21) [============== ] deoplete.nvim
  509. [dein] (16/21) |neosnippet.vim | git clone --recursive https://github.com/Shougo/neosnippet.vim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim"
  510. [dein] (16/21) [=============== ] neosnippet.vim
  511. [dein] ( 9/21) |vim-surround | Error
  512. [dein] /home/dakota/.config/nvim/repos/github.com/tpope/vim-surround
  513. [dein] Maybe wrong username or repository.
  514. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/tpope/vim-surround': Operation not supported
  515. [dein] (10/21) |vim-airline-themes | Error
  516. [dein] /home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes
  517. [dein] Maybe wrong username or repository.
  518. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes': Operation not supported
  519. [dein] (11/21) |vim-fugitive | Error
  520. [dein] /home/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive
  521. [dein] Maybe wrong username or repository.
  522. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive': Operation not supported
  523. [dein] (12/21) |supertab | Error
  524. [dein] /home/dakota/.config/nvim/repos/github.com/ervandew/supertab
  525. [dein] Maybe wrong username or repository.
  526. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/ervandew/supertab': Operation not supported
  527. [dein] (13/21) |vim-instant-markdown| Error
  528. [dein] /home/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown
  529. [dein] Maybe wrong username or repository.
  530. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown': Operation not supported
  531. [dein] (14/21) |nerdtree | Error
  532. [dein] /home/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree
  533. [dein] Maybe wrong username or repository.
  534. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree': Operation not supported
  535. [dein] (15/21) |deoplete.nvim | Error
  536. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim
  537. [dein] Maybe wrong username or repository.
  538. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim': Operation not supported
  539. [dein] (16/21) |neosnippet.vim | Error
  540. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim
  541. [dein] Maybe wrong username or repository.
  542. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim': Operation not supported
  543. [dein] (17/21) |vim-colors-solarized| git clone --recursive https://github.com/altercation/vim-colors-solarized.git "/home/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized"
  544. [dein] (17/21) [================ ] vim-colors-solarized
  545. [dein] (18/21) |vim-snippets | git clone --recursive https://github.com/honza/vim-snippets.git "/home/dakota/.config/nvim/repos/github.com/honza/vim-snippets"
  546. [dein] (18/21) [================= ] vim-snippets
  547. [dein] (19/21) |vim-markdown-composer| git clone --recursive https://github.com/euclio/vim-markdown-composer.git "/home/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-composer"
  548. [dein] (19/21) [================== ] vim-markdown-composer
  549. [dein] (20/21) |vim-airline | git clone --recursive https://github.com/vim-airline/vim-airline.git "/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline"
  550. [dein] (20/21) [=================== ] vim-airline
  551. [dein] (21/21) |vim-javacomplete2 | git clone --recursive https://github.com/artur-shaik/vim-javacomplete2.git "/home/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javacomplete2"
  552. [dein] (21/21) [====================] vim-javacomplete2
  553. [dein] (17/21) |vim-colors-solarized| Error
  554. [dein] /home/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized
  555. [dein] Maybe wrong username or repository.
  556. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized': Operation not supported
  557. [dein] (18/21) |vim-snippets | Error
  558. [dein] /home/dakota/.config/nvim/repos/github.com/honza/vim-snippets
  559. [dein] Maybe wrong username or repository.
  560. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/honza/vim-snippets': Operation not supported
  561. [dein] (19/21) |vim-markdown-composer| Error
  562. [dein] /home/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-composer
  563. [dein] Maybe wrong username or repository.
  564. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-composer': Operation not supported
  565. [dein] (20/21) |vim-airline | Error
  566. [dein] /home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline
  567. [dein] Maybe wrong username or repository.
  568. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline': Operation not supported
  569. [dein] (21/21) |vim-javacomplete2 | Error
  570. [dein] /home/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javacomplete2
  571. [dein] Maybe wrong username or repository.
  572. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javacomplete2': Operation not supported
  573. [dein] Error installing plugins:
  574. [dein] deoplete-swift
  575. [dein] denite.nvim
  576. [dein] tagbar
  577. [dein] ctrlp.vim
  578. [dein] neosnippet-snippets
  579. [dein] dein.vim
  580. [dein] neoterm
  581. [dein] neomake
  582. [dein] vim-surround
  583. [dein] vim-airline-themes
  584. [dein] vim-fugitive
  585. [dein] supertab
  586. [dein] vim-instant-markdown
  587. [dein] nerdtree
  588. [dein] deoplete.nvim
  589. [dein] neosnippet.vim
  590. [dein] vim-colors-solarized
  591. [dein] vim-snippets
  592. [dein] vim-markdown-composer
  593. [dein] vim-airline
  594. [dein] vim-javacomplete2
  595. [dein] Please read the error message log with the :message command.
  596. [dein] Vim(call):E739: Cannot create directory /home/dakota: operation not supported on socket
  597. [dein] function dein#install[1]..dein#install#_update[54]..<SNR>14_install_blocking[11]..<SNR>14_done[7]..dein#install#_recache_runtimepath[7]..<SNR>14_clear_runtimepath, line 9
  598. Press ENTER or type command to continue
  599. ~/.config/nvim   master ●  pip3
  600.  
  601. Usage:
  602. pip <command> [options]
  603.  
  604. Commands:
  605. install Install packages.
  606. download Download packages.
  607. uninstall Uninstall packages.
  608. freeze Output installed packages in requirements format.
  609. list List installed packages.
  610. show Show information about installed packages.
  611. search Search PyPI for packages.
  612. wheel Build wheels from your requirements.
  613. hash Compute hashes of package archives.
  614. completion A helper command used for command completion
  615. help Show help for commands.
  616.  
  617. General Options:
  618. -h, --help Show help.
  619. --isolated Run pip in an isolated mode, ignoring environment variables and user configuration.
  620. -v, --verbose Give more output. Option is additive, and can be used up to 3 times.
  621. -V, --version Show version and exit.
  622. -q, --quiet Give less output.
  623. --log <path> Path to a verbose appending log.
  624. --proxy <proxy> Specify a proxy in the form [user:passwd@]proxy.server:port.
  625. --retries <retries> Maximum number of retries each connection should attempt (default 5 times).
  626. --timeout <sec> Set the socket timeout (default 15 seconds).
  627. --exists-action <action> Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup.
  628. --trusted-host <hostname> Mark this host as trusted, even though it does not have valid or any HTTPS.
  629. --cert <path> Path to alternate CA bundle.
  630. --client-cert <path> Path to SSL client certificate, a single file containing the private key and the certificate in PEM format.
  631. --cache-dir <dir> Store the cache data in <dir>.
  632. --no-cache-dir Disable the cache.
  633. --disable-pip-version-check
  634. Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index.
  635. ~/.config/nvim   master ●  pip3 install neovim
  636. Collecting neovim
  637. Downloading neovim-0.1.12.tar.gz
  638. Collecting msgpack-python>=0.4.0 (from neovim)
  639. Downloading msgpack-python-0.4.8.tar.gz (113kB)
  640. 100% |████████████████████████████████| 122kB 2.1MB/s
  641. Collecting greenlet (from neovim)
  642. Downloading greenlet-0.4.10.zip (82kB)
  643. 100% |████████████████████████████████| 92kB 3.9MB/s
  644. Building wheels for collected packages: neovim, msgpack-python, greenlet
  645. Running setup.py bdist_wheel for neovim ... done
  646. Stored in directory: /Users/dakota/Library/Caches/pip/wheels/57/66/7c/4b35e4e6a9152b9bd9cb9314d57da4106edfabc9e8d4763d97
  647. Running setup.py bdist_wheel for msgpack-python ... done
  648. Stored in directory: /Users/dakota/Library/Caches/pip/wheels/2c/e7/e7/9031652a69d594665c5ca25e41d0fb3faa024e730b590e4402
  649. Running setup.py bdist_wheel for greenlet ... done
  650. Stored in directory: /Users/dakota/Library/Caches/pip/wheels/e0/f2/33/6e4a562e7497e9393110f64fee640f5bc9eefdd82c02b035b1
  651. Successfully built neovim msgpack-python greenlet
  652. Installing collected packages: msgpack-python, greenlet, neovim
  653. Successfully installed greenlet-0.4.10 msgpack-python-0.4.8 neovim-0.1.12
  654. You are using pip version 8.1.2, however version 9.0.1 is available.
  655. You should consider upgrading via the 'pip install --upgrade pip' command.
  656. ~/.config/nvim   master ●  pip3 install -U pip
  657. Collecting pip
  658. Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
  659. 100% |████████████████████████████████| 1.3MB 1.3MB/s
  660. Installing collected packages: pip
  661. Found existing installation: pip 8.1.2
  662. Uninstalling pip-8.1.2:
  663. Successfully uninstalled pip-8.1.2
  664. Successfully installed pip-9.0.1
  665. ~/.config/nvim   master ●  !-4
  666. ~/.config/nvim   master ●  nvim
  667. Error detected while processing function dein#begin[1]..dein#util#_begin[20]..dein#util#_get_runtime_path[5]..dein#util#_get_cache_path:
  668. line 9:
  669. E739: Cannot create directory /home/dakota: operation not supported on socket
  670. [dein] Invalid runtimepath.
  671. [dein] Not installed plugins: ['deoplete-swift', 'denite.nvim', 'tagbar', 'ctrlp.vim', 'neosnippet-snippets', 'dein.vim', 'neoterm', 'neomake', 'vim-surround', 'vim-airline-themes', 'vim-fugitive', 'supertab', 'vim-instant-markdown', 'nerdtree', 'deoplete.nvim', 'neosnippet.vim', 'vim-colors-solarized', 'vim-snippets', 'vim-markdown-composer', 'vim-airline', 'vim-javacomplete2']
  672. [dein] Update started: (2016/12/05 09:35:41)
  673. [dein] ( 1/21) |deoplete-swift | git clone --recursive https://github.com/landaire/deoplete-swift.git "/home/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift"
  674. [dein] ( 1/21) [ ] deoplete-swift
  675. [dein] ( 2/21) |denite.nvim | git clone --recursive https://github.com/Shougo/denite.nvim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim"
  676. [dein] ( 2/21) [= ] denite.nvim
  677. [dein] ( 3/21) |tagbar | git clone --recursive https://github.com/majutsushi/tagbar.git "/home/dakota/.config/nvim/repos/github.com/majutsushi/tagbar"
  678. [dein] ( 3/21) [== ] tagbar
  679. [dein] ( 4/21) |ctrlp.vim | git clone --recursive https://github.com/ctrlpvim/ctrlp.vim.git "/home/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim"
  680. [dein] ( 4/21) [=== ] ctrlp.vim
  681. [dein] ( 5/21) |neosnippet-snippets | git clone --recursive https://github.com/Shougo/neosnippet-snippets.git "/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets"
  682. [dein] ( 5/21) [==== ] neosnippet-snippets
  683. [dein] ( 6/21) |dein.vim | git clone --recursive https://github.com/Shougo/dein.vim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/dein.vim"
  684. [dein] ( 6/21) [===== ] dein.vim
  685. [dein] ( 7/21) |neoterm | git clone --recursive https://github.com/kassio/neoterm.git "/home/dakota/.config/nvim/repos/github.com/kassio/neoterm"
  686. [dein] ( 7/21) [====== ] neoterm
  687. [dein] ( 8/21) |neomake | git clone --recursive https://github.com/neomake/neomake.git "/home/dakota/.config/nvim/repos/github.com/neomake/neomake"
  688. [dein] ( 8/21) [======= ] neomake
  689. [dein] ( 1/21) |deoplete-swift | Error
  690. [dein] /home/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift
  691. [dein] Maybe wrong username or repository.
  692. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift': Operation not supported
  693. [dein] ( 2/21) |denite.nvim | Error
  694. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim
  695. [dein] Maybe wrong username or repository.
  696. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim': Operation not supported
  697. [dein] ( 3/21) |tagbar | Error
  698. [dein] /home/dakota/.config/nvim/repos/github.com/majutsushi/tagbar
  699. [dein] Maybe wrong username or repository.
  700. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/majutsushi/tagbar': Operation not supported
  701. [dein] ( 4/21) |ctrlp.vim | Error
  702. [dein] /home/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim
  703. [dein] Maybe wrong username or repository.
  704. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim': Operation not supported
  705. [dein] ( 5/21) |neosnippet-snippets | Error
  706. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets
  707. [dein] Maybe wrong username or repository.
  708. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets': Operation not supported
  709. [dein] ( 6/21) |dein.vim | Error
  710. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/dein.vim
  711. [dein] Maybe wrong username or repository.
  712. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/dein.vim': Operation not supported
  713. [dein] ( 7/21) |neoterm | Error
  714. [dein] /home/dakota/.config/nvim/repos/github.com/kassio/neoterm
  715. [dein] Maybe wrong username or repository.
  716. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/kassio/neoterm': Operation not supported
  717. [dein] ( 8/21) |neomake | Error
  718. [dein] /home/dakota/.config/nvim/repos/github.com/neomake/neomake
  719. [dein] Maybe wrong username or repository.
  720. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/neomake/neomake': Operation not supported
  721. [dein] ( 9/21) |vim-surround | git clone --recursive https://github.com/tpope/vim-surround.git "/home/dakota/.config/nvim/repos/github.com/tpope/vim-surround"
  722. [dein] ( 9/21) [======== ] vim-surround
  723. [dein] (10/21) |vim-airline-themes | git clone --recursive https://github.com/vim-airline/vim-airline-themes.git "/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes"
  724. [dein] (10/21) [========= ] vim-airline-themes
  725. [dein] (11/21) |vim-fugitive | git clone --recursive https://github.com/tpope/vim-fugitive.git "/home/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive"
  726. [dein] (11/21) [========== ] vim-fugitive
  727. [dein] (12/21) |supertab | git clone --recursive https://github.com/ervandew/supertab.git "/home/dakota/.config/nvim/repos/github.com/ervandew/supertab"
  728. [dein] (12/21) [=========== ] supertab
  729. [dein] (13/21) |vim-instant-markdown| git clone --recursive https://github.com/suan/vim-instant-markdown.git "/home/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown"
  730. [dein] (13/21) [============ ] vim-instant-markdown
  731. [dein] (14/21) |nerdtree | git clone --recursive https://github.com/scrooloose/nerdtree.git "/home/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree"
  732. [dein] (14/21) [============= ] nerdtree
  733. [dein] (15/21) |deoplete.nvim | git clone --recursive https://github.com/Shougo/deoplete.nvim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim"
  734. [dein] (15/21) [============== ] deoplete.nvim
  735. [dein] (16/21) |neosnippet.vim | git clone --recursive https://github.com/Shougo/neosnippet.vim.git "/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim"
  736. [dein] (16/21) [=============== ] neosnippet.vim
  737. [dein] ( 9/21) |vim-surround | Error
  738. [dein] /home/dakota/.config/nvim/repos/github.com/tpope/vim-surround
  739. [dein] Maybe wrong username or repository.
  740. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/tpope/vim-surround': Operation not supported
  741. [dein] (10/21) |vim-airline-themes | Error
  742. [dein] /home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes
  743. [dein] Maybe wrong username or repository.
  744. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes': Operation not supported
  745. [dein] (11/21) |vim-fugitive | Error
  746. [dein] /home/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive
  747. [dein] Maybe wrong username or repository.
  748. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive': Operation not supported
  749. [dein] (12/21) |supertab | Error
  750. [dein] /home/dakota/.config/nvim/repos/github.com/ervandew/supertab
  751. [dein] Maybe wrong username or repository.
  752. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/ervandew/supertab': Operation not supported
  753. [dein] (13/21) |vim-instant-markdown| Error
  754. [dein] /home/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown
  755. [dein] Maybe wrong username or repository.
  756. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown': Operation not supported
  757. [dein] (14/21) |nerdtree | Error
  758. [dein] /home/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree
  759. [dein] Maybe wrong username or repository.
  760. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree': Operation not supported
  761. [dein] (15/21) |deoplete.nvim | Error
  762. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim
  763. [dein] Maybe wrong username or repository.
  764. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim': Operation not supported
  765. [dein] (16/21) |neosnippet.vim | Error
  766. [dein] /home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim
  767. [dein] Maybe wrong username or repository.
  768. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim': Operation not supported
  769. [dein] (17/21) |vim-colors-solarized| git clone --recursive https://github.com/altercation/vim-colors-solarized.git "/home/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized"
  770. [dein] (17/21) [================ ] vim-colors-solarized
  771. [dein] (18/21) |vim-snippets | git clone --recursive https://github.com/honza/vim-snippets.git "/home/dakota/.config/nvim/repos/github.com/honza/vim-snippets"
  772. [dein] (18/21) [================= ] vim-snippets
  773. [dein] (19/21) |vim-markdown-composer| git clone --recursive https://github.com/euclio/vim-markdown-composer.git "/home/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-composer"
  774. [dein] (19/21) [================== ] vim-markdown-composer
  775. [dein] (20/21) |vim-airline | git clone --recursive https://github.com/vim-airline/vim-airline.git "/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline"
  776. [dein] (20/21) [=================== ] vim-airline
  777. [dein] (21/21) |vim-javacomplete2 | git clone --recursive https://github.com/artur-shaik/vim-javacomplete2.git "/home/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javacomplete2"
  778. [dein] (21/21) [====================] vim-javacomplete2
  779. [dein] (17/21) |vim-colors-solarized| Error
  780. [dein] /home/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized
  781. [dein] Maybe wrong username or repository.
  782. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized': Operation not supported
  783.  
  784.  
  785. [dein] (18/21) |vim-snippets | Error
  786.  
  787.  
  788. if &compatible
  789. [dein] /home/dakota/.config/nvim/repos/github.com/honza/vim-snippets
  790. [dein] Maybe wrong username or repository.
  791. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/honza/vim-snippets': Operation not supported
  792. [dein] (19/21) |vim-markdown-composer| Error
  793. [dein] /home/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-composer
  794. [dein] Maybe wrong username or repository.
  795. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-composer': Operation not supported
  796. [dein] (20/21) |vim-airline | Error
  797. [dein] /home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline
  798. [dein] Maybe wrong username or repository.
  799. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline': Operation not supported
  800. [dein] (21/21) |vim-javacomplete2 | Error
  801. [dein] /home/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javacomplete2
  802. [dein] Maybe wrong username or repository.
  803. [dein] fatal: could not create leading directories of '/home/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javacomplete2': Operation not supported
  804. [dein] Error installing plugins:
  805. [dein] deoplete-swift
  806. [dein] denite.nvim
  807. [dein] tagbar
  808. [dein] ctrlp.vim
  809. [dein] neosnippet-snippets
  810. [dein] dein.vim
  811. [dein] neoterm
  812. [dein] neomake
  813. [dein] vim-surround
  814. [dein] vim-airline-themes
  815. [dein] vim-fugitive
  816. [dein] supertab
  817. [dein] vim-instant-markdown
  818. [dein] nerdtree
  819. [dein] deoplete.nvim
  820. [dein] neosnippet.vim
  821. [dein] vim-colors-solarized
  822. [dein] vim-snippets
  823. [dein] vim-markdown-composer
  824. [dein] vim-airline
  825. [dein] vim-javacomplete2
  826. [dein] Please read the error message log with the :message command.
  827. [dein] Vim(call):E739: Cannot create directory /home/dakota: operation not supported on socket
  828. [dein] function dein#install[1]..dein#install#_update[54]..<SNR>14_install_blocking[11]..<SNR>14_done[7]..dein#install#_recache_runtimepath[7]..<SNR>14_clear_runtimepath, line 9
  829. Press ENTER or type command to continue
  830. ~/.config/nvim   master ●  vi init.vim
  831. ~/.config/nvim   master ●  vi packages.vim
  832. ~/.config/nvim   master ●  nvim
  833. [dein] Not installed plugins: ['deoplete-swift', 'denite.nvim', 'tagbar', 'ctrlp.vim', 'neosnippet-snippets', 'neoterm', 'neomake', 'vim-surround', 'vim-airline-themes', 'vim-fugitive', 'supertab', 'vim-instant-markdown', 'nerdtree', 'deoplete.nvim', 'neosnippet.vim', 'vim-colors-solarized', 'vim-snippets', 'vim-markdown-composer', 'vim-airline', 'vim-javacomplete2']
  834. [dein] Update started: (2016/12/05 09:36:25)
  835. [dein] ( 1/20) |deoplete-swift | git clone --recursive https://github.com/landaire/deoplete-swift.git "/Users/dakota/.config/nvim/repos/github.com/landaire/deoplete-swift"
  836. [dein] ( 1/20) [= ] deoplete-swift
  837. [dein] ( 2/20) |denite.nvim | git clone --recursive https://github.com/Shougo/denite.nvim.git "/Users/dakota/.config/nvim/repos/github.com/Shougo/denite.nvim"
  838. [dein] ( 2/20) [== ] denite.nvim
  839. [dein] ( 3/20) |tagbar | git clone --recursive https://github.com/majutsushi/tagbar.git "/Users/dakota/.config/nvim/repos/github.com/majutsushi/tagbar"
  840. [dein] ( 3/20) [=== ] tagbar
  841. [dein] ( 4/20) |ctrlp.vim | git clone --recursive https://github.com/ctrlpvim/ctrlp.vim.git "/Users/dakota/.config/nvim/repos/github.com/ctrlpvim/ctrlp.vim"
  842. [dein] ( 4/20) [==== ] ctrlp.vim
  843. [dein] ( 5/20) |neosnippet-snippets | git clone --recursive https://github.com/Shougo/neosnippet-snippets.git "/Users/dakota/.config/nvim/repos/github.com/Shougo/neosnippet-snippets"
  844. [dein] ( 5/20) [===== ] neosnippet-snippets
  845. [dein] ( 6/20) |neoterm | git clone --recursive https://github.com/kassio/neoterm.git "/Users/dakota/.config/nvim/repos/github.com/kassio/neoterm"
  846. [dein] ( 6/20) [====== ] neoterm
  847. [dein] ( 7/20) |neomake | git clone --recursive https://github.com/neomake/neomake.git "/Users/dakota/.config/nvim/repos/github.com/neomake/neomake"
  848. [dein] ( 7/20) [======= ] neomake
  849. [dein] ( 8/20) |vim-surround | git clone --recursive https://github.com/tpope/vim-surround.git "/Users/dakota/.config/nvim/repos/github.com/tpope/vim-surround"
  850. [dein] ( 8/20) [======== ] vim-surround
  851. [dein] ( 1/20) |deoplete-swift | Updated
  852. [dein] ( 1/20) -> c813f4a0c4fa52712fd4b69848f28d6026037aaf
  853. [dein] ( 2/20) |denite.nvim | Updated
  854. [dein] ( 2/20) -> 342d0b48d78a4519972dc3c0c2c89f1c27b42a22
  855. [dein] ( 3/20) |tagbar | Updated
  856. [dein] ( 3/20) -> 01f57ac5643b0365021ab891f78519d849867a5e
  857. [dein] ( 4/20) |ctrlp.vim | Updated
  858. [dein] ( 4/20) -> 2868678a987834563bbc384763135462c2423eb8
  859. [dein] ( 5/20) |neosnippet-snippets | Updated
  860. [dein] ( 5/20) -> 4431bf176650696d5a8dd93814812afd0d06212c
  861. [dein] ( 6/20) |neoterm | Updated
  862. [dein] ( 6/20) -> 7f7e8ba149ad6e39b899391ef121e0a36c06240b
  863. [dein] ( 7/20) |neomake | Updated
  864. [dein] ( 7/20) -> 115508f53c44a1aa4a7623e0223a792c8b02cecc
  865. [dein] ( 8/20) |vim-surround | Updated
  866. [dein] ( 8/20) -> e49d6c2459e0f5569ff2d533b4df995dd7f98313
  867. [dein] ( 9/20) |vim-airline-themes | git clone --recursive https://github.com/vim-airline/vim-airline-themes.git "/Users/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline-themes"
  868. [dein] ( 9/20) [========= ] vim-airline-themes
  869. [dein] (10/20) |vim-fugitive | git clone --recursive https://github.com/tpope/vim-fugitive.git "/Users/dakota/.config/nvim/repos/github.com/tpope/vim-fugitive"
  870. [dein] (10/20) [========== ] vim-fugitive
  871. [dein] (11/20) |supertab | git clone --recursive https://github.com/ervandew/supertab.git "/Users/dakota/.config/nvim/repos/github.com/ervandew/supertab"
  872. [dein] (11/20) [=========== ] supertab
  873. [dein] (12/20) |vim-instant-markdown| git clone --recursive https://github.com/suan/vim-instant-markdown.git "/Users/dakota/.config/nvim/repos/github.com/suan/vim-instant-markdown"
  874. [dein] (12/20) [============ ] vim-instant-markdown
  875. [dein] (13/20) |nerdtree | git clone --recursive https://github.com/scrooloose/nerdtree.git "/Users/dakota/.config/nvim/repos/github.com/scrooloose/nerdtree"
  876. [dein] (13/20) [============= ] nerdtree
  877. [dein] (14/20) |deoplete.nvim | git clone --recursive https://github.com/Shougo/deoplete.nvim.git "/Users/dakota/.config/nvim/repos/github.com/Shougo/deoplete.nvim"
  878. [dein] (14/20) [============== ] deoplete.nvim
  879. [dein] (15/20) |neosnippet.vim | git clone --recursive https://github.com/Shougo/neosnippet.vim.git "/Users/dakota/.config/nvim/repos/github.com/Shougo/neosnippet.vim"
  880. [dein] (15/20) [=============== ] neosnippet.vim
  881. [dein] (16/20) |vim-colors-solarized| git clone --recursive https://github.com/altercation/vim-colors-solarized.git "/Users/dakota/.config/nvim/repos/github.com/altercation/vim-colors-solarized"
  882. [dein] (16/20) [================ ] vim-colors-solarized
  883. [dein] ( 9/20) |vim-airline-themes | Updated
  884. [dein] ( 9/20) -> 5bfa07ae06cbf3e73a137c2953e9877167e5986b
  885. [dein] (10/20) |vim-fugitive | Updated
  886. [dein] (10/20) -> b754bc2031f21a532c083dd0d072ba373bbe3a37
  887. [dein] (11/20) |supertab | Updated
  888. [dein] (11/20) -> cdaa5c27c5a7f8b08a43d0b2e65929512299e33a
  889. [dein] (12/20) |vim-instant-markdown| Updated
  890. [dein] (12/20) -> 5f592bdb0288710205176f189c3203fd40a6ee2e
  891. [dein] (13/20) |nerdtree | Updated
  892. [dein] (13/20) -> eee431dbd44111c858c6d33ffd366cae1f17f8b3
  893. [dein] (14/20) |deoplete.nvim | Updated
  894. [dein] (14/20) -> addc4628ff8aa2d868c083ad1b8d527d9407f5cb
  895. [dein] (15/20) |neosnippet.vim | Updated
  896. [dein] (15/20) -> 3929abc3538db6e1b5958acc5f07cdad4345f86d
  897. [dein] (16/20) |vim-colors-solarized| Updated
  898. [dein] (16/20) -> 528a59f26d12278698bb946f8fb82a63711eec21
  899. [dein] (17/20) |vim-snippets | git clone --recursive https://github.com/honza/vim-snippets.git "/Users/dakota/.config/nvim/repos/github.com/honza/vim-snippets"
  900. [dein] (17/20) [================= ] vim-snippets
  901. [dein] (18/20) |vim-markdown-composer| git clone --recursive https://github.com/euclio/vim-markdown-composer.git "/Users/dakota/.config/nvim/repos/github.com/euclio/vim-markdown-c
  902.  
  903.  
  904. omposer"
  905.  
  906.  
  907. [dein] (18/20) [================== ] vim-markdown-composer
  908. [dein] (19/20) |vim-airline | git clone --recursive https://github.com/vim-airline/vim-airline.git "/Users/dakota/.config/nvim/repos/github.com/vim-airline/vim-airline"
  909. [dein] (19/20) [=================== ] vim-airline
  910.  
  911.  
  912. [dein] (20/20) |vim-javacomplete2 | git clone --recursive https://github.com/artur-shaik/vim-javacomplete2.git "/Users/dakota/.config/nvim/repos/github.com/artur-shaik/vim-javac
  913.  
  914.  
  915. omplete2"
  916. [dein] (20/20) [====================] vim-javacomplete2
  917.  
  918.  
  919. [dein] (17/20) |vim-snippets | Updated
  920. [dein] (17/20) -> 7fab40b433a2a44a96f70f458b48ff01e68f6405
  921. [dein] (18/20) |vim-markdown-composer| Updated
  922.  
  923.  
  924. " pre-config
  925. [dein] (18/20) -> 7108d13ae116012a3d37463e8aacff8414609198
  926.  
  927.  
  928. [dein] (19/20) |vim-airline | Updated
  929. [dein] (19/20) -> 04be981de9c6c2b5723267416f2c158f337de823
  930.  
  931.  
  932. [dein] (20/20) |vim-javacomplete2 | Updated
  933. [dein] (20/20) -> 06741592ae413065cbaaf2d93ef3dc4171bcf5ec
  934. [dein] Updated plugins:
  935. [dein] deoplete-swift(1 change)
  936. [dein] denite.nvim(1 change)
  937. [dein] tagbar(1 change)
  938. [dein] ctrlp.vim(1 change)
  939. [dein] neosnippet-snippets(1 change)
  940. [dein] neoterm(1 change)
  941. [dein] neomake(1 change)
  942. [dein] vim-surround(1 change)
  943. [dein] vim-airline-themes(1 change)
  944. [dein] vim-fugitive(1 change)
  945. [dein] supertab(1 change)
  946. [dein] vim-instant-markdown(1 change)
  947. [dein] nerdtree(1 change)
  948. [dein] deoplete.nvim(1 change)
  949. [dein] neosnippet.vim(1 change)
  950. [dein] vim-colors-solarized(1 change)
  951. [dein] vim-snippets(1 change)
  952. [dein] vim-markdown-composer(1 change)
  953. [dein] vim-airline(1 change)
  954.  
  955.  
  956. " pre-config
  957. [dein] vim-javacomplete2(1 change)
  958.  
  959.  
  960. filetype plugin indent on
  961. remote/host: python3 host registered plugins ['denite', 'deoplete', 'markdown_composer']
  962. remote/host: generated rplugin manifest: /Users/dakota/.local/share/nvim/rplugin.vim
  963. [dein] Done: (2016/12/05 09:36:45)
  964. Press ENTER or type command to continuei
  965. ~/.config/nvim   master ●  nvim init.vim
  966. ~/.config/nvim   master ●  nvim
  967. ~/.config/nvim   master ●  vi init.vim
  968. ~/.config/nvim   master ●  vi abbrevs.vim
  969.  
  970.  
  971. " pre-config
  972. ~/.config/nvim   master ●  ls
  973. abbrevs.vim general.vim init.vim installer.sh maps.vim merged packages.vim plugins.vim repos
  974. ~/.config/nvim   master ●  vi maps.vim
  975. ~/.config/nvim   master ●  vi packages.vim
  976. ✘  ~/.config/nvim   master ●  !!
  977. ✘  ~/.config/nvim   master ●  vi packages.vim
  978. ~/.config/nvim   master ●  ls
  979.  
  980.  
  981.  
  982. line 4: else
  983. line 5: set verbose=0
  984. line 6: set verbosefile=
  985. line 7: endif
  986. function ToggleVerbose returning #0
  987.  
  988. calling function airline#statusline(1)
  989.  
  990. line 1: if has_key(s:contexts, a:winnr)
  991. line 2: return '%{airline#check_mode('.a:winnr.')}'.s:contexts[a:winnr].line
  992. function airline#statusline returning '%{airline#check_mode(1)}%#airline_a#...xtensions#neomake#get_errors(),0)} %)%)'
  993.  
  994. calling function airline#check_mode(1)
  995.  
  996. line 1: let context = s:contexts[a:winnr]
  997. line 2:
  998. line 3: if get(w:, 'airline_active', 1)
  999. line 4: let l:m = mode()
  1000. line 5: if l:m ==# "i"
  1001. line 6: let l:mode = ['insert']
  1002. line 7: elseif l:m ==# "R"
  1003. line 8: let l:mode = ['replace']
  1004. line 9: elseif l:m =~# '\v(v|V|^V|s|S|^S)'
  1005. line 10: let l:mode = ['visual']
  1006. line 11: elseif l:m ==# "t"
  1007. line 12: let l:mode = ['terminal']
  1008. line 13: else
  1009. line 14: let l:mode = ['normal']
  1010. line 15: endif
  1011. line 16: let w:airline_current_mode = get(g:airline_mode_map, l:m, l:m)
  1012. line 17: else
  1013. line 18: let l:mode = ['inactive']
  1014. line 19: let w:airline_current_mode = get(g:airline_mode_map, '__')
  1015. line 20: endif
  1016. line 21:
  1017. line 22: if g:airline_detect_modified && &modified
  1018. line 23: call add(l:mode, 'modified')
  1019. line 24: endif
  1020. line 25:
  1021. line 26: if g:airline_detect_paste && &paste
  1022. line 27: call add(l:mode, 'paste')
  1023. line 28: endif
  1024. "~/.log/vim/verbose.log" [noeol] 35833L, 1964305C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement