Guest User

Untitled

a guest
Sep 11th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. /root/.vim:
  2. autoload
  3. colors
  4. plugins
  5.  
  6. /root/.vim/autoload:
  7. plug.vim
  8.  
  9. /root/.vim/colors:
  10. hemisu.vim
  11.  
  12. /root/.vim/plugins:
  13. nerdtree
  14. syntastic
  15. tagbar
  16. vim-airline
  17.  
  18. /root/.vim/plugins/nerdtree:
  19. autoload
  20. doc
  21. lib
  22. nerdtree_plugin
  23. plugin
  24. README.markdown
  25. syntax
  26.  
  27. /root/.vim/plugins/nerdtree/autoload:
  28. nerdtree
  29. nerdtree.vim
  30.  
  31. /root/.vim/plugins/nerdtree/autoload/nerdtree:
  32. ui_glue.vim
  33.  
  34. /root/.vim/plugins/nerdtree/doc:
  35. NERD_tree.txt
  36. tags
  37.  
  38. /root/.vim/plugins/nerdtree/lib:
  39. nerdtree
  40.  
  41. /root/.vim/plugins/nerdtree/lib/nerdtree:
  42. bookmark.vim
  43. creator.vim
  44. event.vim
  45. flag_set.vim
  46. key_map.vim
  47. menu_controller.vim
  48. menu_item.vim
  49. nerdtree.vim
  50. notifier.vim
  51. opener.vim
  52. path.vim
  53. tree_dir_node.vim
  54. tree_file_node.vim
  55. ui.vim
  56.  
  57. /root/.vim/plugins/nerdtree/nerdtree_plugin:
  58. exec_menuitem.vim
  59. fs_menu.vim
  60.  
  61. /root/.vim/plugins/nerdtree/plugin:
  62. NERD_tree.vim
  63.  
  64. /root/.vim/plugins/nerdtree/syntax:
  65. nerdtree.vim
  66.  
  67. /root/.vim/plugins/syntastic:
  68. _assets
  69. autoload
  70. CONTRIBUTING.md
  71. doc
  72. LICENCE
  73. plugin
  74. README.markdown
  75. syntax_checkers
  76.  
  77. /root/.vim/plugins/syntastic/_assets:
  78. screenshot_1.png
  79.  
  80. /root/.vim/plugins/syntastic/autoload:
  81. syntastic
  82.  
  83. /root/.vim/plugins/syntastic/autoload/syntastic:
  84. c.vim
  85. log.vim
  86. postprocess.vim
  87. preprocess.vim
  88. util.vim
  89.  
  90. /root/.vim/plugins/syntastic/doc:
  91. syntastic.txt
  92. tags
  93.  
  94. /root/.vim/plugins/syntastic/plugin:
  95. syntastic
  96. syntastic.vim
  97.  
  98. /root/.vim/plugins/syntastic/plugin/syntastic:
  99. autoloclist.vim
  100. balloons.vim
  101. checker.vim
  102. cursor.vim
  103. highlighting.vim
  104. loclist.vim
  105. modemap.vim
  106. notifiers.vim
  107. registry.vim
  108. signs.vim
  109.  
  110. /root/.vim/plugins/syntastic/syntax_checkers:
  111. actionscript
  112. ada
  113. applescript
  114. arduino
  115. asciidoc
  116. asm
  117. bemhtml
  118. bro
  119. c
  120. cabal
  121. chef
  122. co
  123. cobol
  124. coffee
  125. coq
  126. cpp
  127. cs
  128. css
  129. cucumber
  130. cuda
  131. d
  132. dart
  133. docbk
  134. dustjs
  135. elixir
  136. erlang
  137. eruby
  138. fortran
  139. glsl
  140. go
  141. haml
  142. handlebars
  143. haskell
  144. haxe
  145. hss
  146. html
  147. java
  148. javascript
  149. json
  150. less
  151. lex
  152. limbo
  153. lisp
  154. llvm
  155. lua
  156. matlab
  157. nasm
  158. nroff
  159. objc
  160. objcpp
  161. ocaml
  162. perl
  163. php
  164. po
  165. pod
  166. puppet
  167. python
  168. r
  169. racket
  170. rst
  171. ruby
  172. sass
  173. scala
  174. scss
  175. sh
  176. slim
  177. tcl
  178. tex
  179. texinfo
  180. text
  181. twig
  182. typescript
  183. vala
  184. verilog
  185. vhdl
  186. vim
  187. xhtml
  188. xml
  189. xslt
  190. yacc
  191. yaml
  192. z80
  193. zpt
  194. zsh
  195.  
  196. /root/.vim/plugins/syntastic/syntax_checkers/actionscript:
  197. mxmlc.vim
  198.  
  199. /root/.vim/plugins/syntastic/syntax_checkers/ada:
  200. gcc.vim
  201.  
  202. /root/.vim/plugins/syntastic/syntax_checkers/applescript:
  203. osacompile.vim
  204.  
  205. /root/.vim/plugins/syntastic/syntax_checkers/arduino:
  206. avrgcc.vim
  207.  
  208. /root/.vim/plugins/syntastic/syntax_checkers/asciidoc:
  209. asciidoc.vim
  210.  
  211. /root/.vim/plugins/syntastic/syntax_checkers/asm:
  212. gcc.vim
  213.  
  214. /root/.vim/plugins/syntastic/syntax_checkers/bemhtml:
  215. bemhtmllint.vim
  216.  
  217. /root/.vim/plugins/syntastic/syntax_checkers/bro:
  218. bro.vim
  219.  
  220. /root/.vim/plugins/syntastic/syntax_checkers/c:
  221. avrgcc.vim
  222. checkpatch.vim
  223. clang_check.vim
  224. clang_tidy.vim
  225. cppcheck.vim
  226. gcc.vim
  227. make.vim
  228. oclint.vim
  229. sparse.vim
  230. splint.vim
  231.  
  232. /root/.vim/plugins/syntastic/syntax_checkers/cabal:
  233. cabal.vim
  234.  
  235. /root/.vim/plugins/syntastic/syntax_checkers/chef:
  236. foodcritic.vim
  237.  
  238. /root/.vim/plugins/syntastic/syntax_checkers/co:
  239. coco.vim
  240.  
  241. /root/.vim/plugins/syntastic/syntax_checkers/cobol:
  242. cobc.vim
  243.  
  244. /root/.vim/plugins/syntastic/syntax_checkers/coffee:
  245. coffeelint.vim
  246. coffee.vim
  247.  
  248. /root/.vim/plugins/syntastic/syntax_checkers/coq:
  249. coqtop.vim
  250.  
  251. /root/.vim/plugins/syntastic/syntax_checkers/cpp:
  252. clang_check.vim
  253. clang_tidy.vim
  254. cppcheck.vim
  255. cpplint.vim
  256. gcc.vim
  257. oclint.vim
  258.  
  259. /root/.vim/plugins/syntastic/syntax_checkers/cs:
  260. mcs.vim
  261.  
  262. /root/.vim/plugins/syntastic/syntax_checkers/css:
  263. csslint.vim
  264. phpcs.vim
  265. prettycss.vim
  266. recess.vim
  267.  
  268. /root/.vim/plugins/syntastic/syntax_checkers/cucumber:
  269. cucumber.vim
  270.  
  271. /root/.vim/plugins/syntastic/syntax_checkers/cuda:
  272. nvcc.vim
  273.  
  274. /root/.vim/plugins/syntastic/syntax_checkers/d:
  275. dmd.vim
  276.  
  277. /root/.vim/plugins/syntastic/syntax_checkers/dart:
  278. dartanalyzer.vim
  279.  
  280. /root/.vim/plugins/syntastic/syntax_checkers/docbk:
  281. xmllint.vim
  282.  
  283. /root/.vim/plugins/syntastic/syntax_checkers/dustjs:
  284. swiffer.vim
  285.  
  286. /root/.vim/plugins/syntastic/syntax_checkers/elixir:
  287. elixir.vim
  288.  
  289. /root/.vim/plugins/syntastic/syntax_checkers/erlang:
  290. erlang_check_file.erl
  291. escript.vim
  292. syntaxerl.vim
  293.  
  294. /root/.vim/plugins/syntastic/syntax_checkers/eruby:
  295. ruby.vim
  296.  
  297. /root/.vim/plugins/syntastic/syntax_checkers/fortran:
  298. gfortran.vim
  299.  
  300. /root/.vim/plugins/syntastic/syntax_checkers/glsl:
  301. cgc.vim
  302.  
  303. /root/.vim/plugins/syntastic/syntax_checkers/go:
  304. gofmt.vim
  305. golint.vim
  306. gotype.vim
  307. govet.vim
  308. go.vim
  309.  
  310. /root/.vim/plugins/syntastic/syntax_checkers/haml:
  311. haml_lint.vim
  312. haml.vim
  313.  
  314. /root/.vim/plugins/syntastic/syntax_checkers/handlebars:
  315. handlebars.vim
  316.  
  317. /root/.vim/plugins/syntastic/syntax_checkers/haskell:
  318. ghc-mod.vim
  319. hdevtools.vim
  320. hlint.vim
  321. scan.vim
  322.  
  323. /root/.vim/plugins/syntastic/syntax_checkers/haxe:
  324. haxe.vim
  325.  
  326. /root/.vim/plugins/syntastic/syntax_checkers/hss:
  327. hss.vim
  328.  
  329. /root/.vim/plugins/syntastic/syntax_checkers/html:
  330. jshint.vim
  331. tidy.vim
  332. validator.vim
  333. w3.vim
  334.  
  335. /root/.vim/plugins/syntastic/syntax_checkers/java:
  336. checkstyle.vim
  337. javac.vim
  338.  
  339. /root/.vim/plugins/syntastic/syntax_checkers/javascript:
  340. closurecompiler.vim
  341. eslint.vim
  342. gjslint.vim
  343. jscs.vim
  344. jshint.vim
  345. jslint.vim
  346. jsl.vim
  347. jsxhint.vim
  348.  
  349. /root/.vim/plugins/syntastic/syntax_checkers/json:
  350. jsonlint.vim
  351. jsonval.vim
  352.  
  353. /root/.vim/plugins/syntastic/syntax_checkers/less:
  354. lessc.vim
  355. less-lint.coffee
  356. less-lint.js
  357. recess.vim
  358.  
  359. /root/.vim/plugins/syntastic/syntax_checkers/lex:
  360. flex.vim
  361.  
  362. /root/.vim/plugins/syntastic/syntax_checkers/limbo:
  363. limbo.vim
  364.  
  365. /root/.vim/plugins/syntastic/syntax_checkers/lisp:
  366. clisp.vim
  367.  
  368. /root/.vim/plugins/syntastic/syntax_checkers/llvm:
  369. llvm.vim
  370.  
  371. /root/.vim/plugins/syntastic/syntax_checkers/lua:
  372. luac.vim
  373.  
  374. /root/.vim/plugins/syntastic/syntax_checkers/matlab:
  375. mlint.vim
  376.  
  377. /root/.vim/plugins/syntastic/syntax_checkers/nasm:
  378. nasm.vim
  379.  
  380. /root/.vim/plugins/syntastic/syntax_checkers/nroff:
  381. mandoc.vim
  382.  
  383. /root/.vim/plugins/syntastic/syntax_checkers/objc:
  384. gcc.vim
  385. oclint.vim
  386.  
  387. /root/.vim/plugins/syntastic/syntax_checkers/objcpp:
  388. gcc.vim
  389. oclint.vim
  390.  
  391. /root/.vim/plugins/syntastic/syntax_checkers/ocaml:
  392. camlp4o.vim
  393.  
  394. /root/.vim/plugins/syntastic/syntax_checkers/perl:
  395. perlcritic.vim
  396. perl.vim
  397. podchecker.vim
  398.  
  399. /root/.vim/plugins/syntastic/syntax_checkers/php:
  400. phpcs.vim
  401. phplint.vim
  402. phpmd.vim
  403. php.vim
  404.  
  405. /root/.vim/plugins/syntastic/syntax_checkers/po:
  406. msgfmt.vim
  407.  
  408. /root/.vim/plugins/syntastic/syntax_checkers/pod:
  409. podchecker.vim
  410.  
  411. /root/.vim/plugins/syntastic/syntax_checkers/puppet:
  412. puppetlint.vim
  413. puppet.vim
  414.  
  415. /root/.vim/plugins/syntastic/syntax_checkers/python:
  416. compile.py
  417. flake8.vim
  418. frosted.vim
  419. pep257.vim
  420. pep8.vim
  421. py3kwarn.vim
  422. pyflakes.vim
  423. pylama.vim
  424. pylint.vim
  425. python.vim
  426.  
  427. /root/.vim/plugins/syntastic/syntax_checkers/r:
  428. lint.vim
  429. svtools.vim
  430.  
  431. /root/.vim/plugins/syntastic/syntax_checkers/racket:
  432. code-ayatollah.vim
  433. racket.vim
  434.  
  435. /root/.vim/plugins/syntastic/syntax_checkers/rst:
  436. rst2pseudoxml.vim
  437. rstcheck.vim
  438.  
  439. /root/.vim/plugins/syntastic/syntax_checkers/ruby:
  440. jruby.vim
  441. macruby.vim
  442. mri.vim
  443. rubocop.vim
  444. rubylint.vim
  445.  
  446. /root/.vim/plugins/syntastic/syntax_checkers/sass:
  447. sassc.vim
  448. sass.vim
  449.  
  450. /root/.vim/plugins/syntastic/syntax_checkers/scala:
  451. fsc.vim
  452. scalac.vim
  453.  
  454. /root/.vim/plugins/syntastic/syntax_checkers/scss:
  455. sassc.vim
  456. sass.vim
  457. scss_lint.vim
  458.  
  459. /root/.vim/plugins/syntastic/syntax_checkers/sh:
  460. checkbashisms.vim
  461. shellcheck.vim
  462. sh.vim
  463.  
  464. /root/.vim/plugins/syntastic/syntax_checkers/slim:
  465. slimrb.vim
  466.  
  467. /root/.vim/plugins/syntastic/syntax_checkers/tcl:
  468. nagelfar.vim
  469.  
  470. /root/.vim/plugins/syntastic/syntax_checkers/tex:
  471. chktex.vim
  472. lacheck.vim
  473.  
  474. /root/.vim/plugins/syntastic/syntax_checkers/texinfo:
  475. makeinfo.vim
  476.  
  477. /root/.vim/plugins/syntastic/syntax_checkers/text:
  478. atdtool.vim
  479. language_check.vim
  480.  
  481. /root/.vim/plugins/syntastic/syntax_checkers/twig:
  482. twiglint.vim
  483.  
  484. /root/.vim/plugins/syntastic/syntax_checkers/typescript:
  485. tsc.vim
  486. tslint.vim
  487.  
  488. /root/.vim/plugins/syntastic/syntax_checkers/vala:
  489. valac.vim
  490.  
  491. /root/.vim/plugins/syntastic/syntax_checkers/verilog:
  492. verilator.vim
  493.  
  494. /root/.vim/plugins/syntastic/syntax_checkers/vhdl:
  495. ghdl.vim
  496.  
  497. /root/.vim/plugins/syntastic/syntax_checkers/vim:
  498. vimlint.vim
  499.  
  500. /root/.vim/plugins/syntastic/syntax_checkers/xhtml:
  501. jshint.vim
  502. tidy.vim
  503.  
  504. /root/.vim/plugins/syntastic/syntax_checkers/xml:
  505. plutil.vim
  506. xmllint.vim
  507.  
  508. /root/.vim/plugins/syntastic/syntax_checkers/xslt:
  509. xmllint.vim
  510.  
  511. /root/.vim/plugins/syntastic/syntax_checkers/yacc:
  512. bison.vim
  513.  
  514. /root/.vim/plugins/syntastic/syntax_checkers/yaml:
  515. jsyaml.vim
  516. yamlxs.vim
  517.  
  518. /root/.vim/plugins/syntastic/syntax_checkers/z80:
  519. z80syntaxchecker.vim
  520.  
  521. /root/.vim/plugins/syntastic/syntax_checkers/zpt:
  522. zptlint.vim
  523.  
  524. /root/.vim/plugins/syntastic/syntax_checkers/zsh:
  525. shellcheck.vim
  526. zsh.vim
  527.  
  528. /root/.vim/plugins/tagbar:
  529. autoload
  530. doc
  531. LICENSE
  532. plugin
  533. README.md
  534. syntax
  535.  
  536. /root/.vim/plugins/tagbar/autoload:
  537. tagbar.vim
  538.  
  539. /root/.vim/plugins/tagbar/doc:
  540. tagbar.txt
  541. tags
  542.  
  543. /root/.vim/plugins/tagbar/plugin:
  544. tagbar.vim
  545.  
  546. /root/.vim/plugins/tagbar/syntax:
  547. tagbar.vim
  548.  
  549. /root/.vim/plugins/vim-airline:
  550. autoload
  551. doc
  552. Gemfile
  553. LICENSE
  554. plugin
  555. Rakefile
  556. README.md
  557. t
  558.  
  559. /root/.vim/plugins/vim-airline/autoload:
  560. airline
  561. airline.vim
  562.  
  563. /root/.vim/plugins/vim-airline/autoload/airline:
  564. builder.vim
  565. debug.vim
  566. deprecation.vim
  567. extensions
  568. extensions.vim
  569. highlighter.vim
  570. init.vim
  571. parts.vim
  572. section.vim
  573. themes
  574. themes.vim
  575. util.vim
  576.  
  577. /root/.vim/plugins/vim-airline/autoload/airline/extensions:
  578. branch.vim
  579. bufferline.vim
  580. capslock.vim
  581. commandt.vim
  582. csv.vim
  583. ctrlp.vim
  584. default.vim
  585. eclim.vim
  586. example.vim
  587. hunks.vim
  588. netrw.vim
  589. nrrwrgn.vim
  590. promptline.vim
  591. quickfix.vim
  592. syntastic.vim
  593. tabline
  594. tabline.vim
  595. tagbar.vim
  596. tmuxline.vim
  597. undotree.vim
  598. unite.vim
  599. virtualenv.vim
  600. whitespace.vim
  601.  
  602. /root/.vim/plugins/vim-airline/autoload/airline/extensions/tabline:
  603. default.vim
  604. unique_tail_improved.vim
  605. unique_tail.vim
  606.  
  607. /root/.vim/plugins/vim-airline/autoload/airline/themes:
  608. badwolf.vim
  609. base16.vim
  610. bubblegum.vim
  611. dark.vim
  612. hybrid.vim
  613. jellybeans.vim
  614. kalisi.vim
  615. kolor.vim
  616. laederon.vim
  617. light.vim
  618. lucius.vim
  619. luna.vim
  620. molokai.vim
  621. monochrome.vim
  622. murmur.vim
  623. powerlineish.vim
  624. serene.vim
  625. simple.vim
  626. solarized.vim
  627. sol.vim
  628. tomorrow.vim
  629. ubaryd.vim
  630. understated.vim
  631. wombat.vim
  632. zenburn.vim
  633.  
  634. /root/.vim/plugins/vim-airline/doc:
  635. airline.txt
  636. tags
  637.  
  638. /root/.vim/plugins/vim-airline/plugin:
  639. airline.vim
  640.  
  641. /root/.vim/plugins/vim-airline/t:
  642. airline.vim
  643. builder.vim
  644. commands.vim
  645. extensions_default.vim
  646. highlighter.vim
  647. init.vim
  648. parts.vim
  649. section.vim
  650. themes.vim
  651. util.vim
Advertisement
Add Comment
Please, Sign In to add comment