Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /root/.vim:
- autoload
- colors
- plugins
- /root/.vim/autoload:
- plug.vim
- /root/.vim/colors:
- hemisu.vim
- /root/.vim/plugins:
- nerdtree
- syntastic
- tagbar
- vim-airline
- /root/.vim/plugins/nerdtree:
- autoload
- doc
- lib
- nerdtree_plugin
- plugin
- README.markdown
- syntax
- /root/.vim/plugins/nerdtree/autoload:
- nerdtree
- nerdtree.vim
- /root/.vim/plugins/nerdtree/autoload/nerdtree:
- ui_glue.vim
- /root/.vim/plugins/nerdtree/doc:
- NERD_tree.txt
- tags
- /root/.vim/plugins/nerdtree/lib:
- nerdtree
- /root/.vim/plugins/nerdtree/lib/nerdtree:
- bookmark.vim
- creator.vim
- event.vim
- flag_set.vim
- key_map.vim
- menu_controller.vim
- menu_item.vim
- nerdtree.vim
- notifier.vim
- opener.vim
- path.vim
- tree_dir_node.vim
- tree_file_node.vim
- ui.vim
- /root/.vim/plugins/nerdtree/nerdtree_plugin:
- exec_menuitem.vim
- fs_menu.vim
- /root/.vim/plugins/nerdtree/plugin:
- NERD_tree.vim
- /root/.vim/plugins/nerdtree/syntax:
- nerdtree.vim
- /root/.vim/plugins/syntastic:
- _assets
- autoload
- CONTRIBUTING.md
- doc
- LICENCE
- plugin
- README.markdown
- syntax_checkers
- /root/.vim/plugins/syntastic/_assets:
- screenshot_1.png
- /root/.vim/plugins/syntastic/autoload:
- syntastic
- /root/.vim/plugins/syntastic/autoload/syntastic:
- c.vim
- log.vim
- postprocess.vim
- preprocess.vim
- util.vim
- /root/.vim/plugins/syntastic/doc:
- syntastic.txt
- tags
- /root/.vim/plugins/syntastic/plugin:
- syntastic
- syntastic.vim
- /root/.vim/plugins/syntastic/plugin/syntastic:
- autoloclist.vim
- balloons.vim
- checker.vim
- cursor.vim
- highlighting.vim
- loclist.vim
- modemap.vim
- notifiers.vim
- registry.vim
- signs.vim
- /root/.vim/plugins/syntastic/syntax_checkers:
- actionscript
- ada
- applescript
- arduino
- asciidoc
- asm
- bemhtml
- bro
- c
- cabal
- chef
- co
- cobol
- coffee
- coq
- cpp
- cs
- css
- cucumber
- cuda
- d
- dart
- docbk
- dustjs
- elixir
- erlang
- eruby
- fortran
- glsl
- go
- haml
- handlebars
- haskell
- haxe
- hss
- html
- java
- javascript
- json
- less
- lex
- limbo
- lisp
- llvm
- lua
- matlab
- nasm
- nroff
- objc
- objcpp
- ocaml
- perl
- php
- po
- pod
- puppet
- python
- r
- racket
- rst
- ruby
- sass
- scala
- scss
- sh
- slim
- tcl
- tex
- texinfo
- text
- twig
- typescript
- vala
- verilog
- vhdl
- vim
- xhtml
- xml
- xslt
- yacc
- yaml
- z80
- zpt
- zsh
- /root/.vim/plugins/syntastic/syntax_checkers/actionscript:
- mxmlc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/ada:
- gcc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/applescript:
- osacompile.vim
- /root/.vim/plugins/syntastic/syntax_checkers/arduino:
- avrgcc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/asciidoc:
- asciidoc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/asm:
- gcc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/bemhtml:
- bemhtmllint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/bro:
- bro.vim
- /root/.vim/plugins/syntastic/syntax_checkers/c:
- avrgcc.vim
- checkpatch.vim
- clang_check.vim
- clang_tidy.vim
- cppcheck.vim
- gcc.vim
- make.vim
- oclint.vim
- sparse.vim
- splint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/cabal:
- cabal.vim
- /root/.vim/plugins/syntastic/syntax_checkers/chef:
- foodcritic.vim
- /root/.vim/plugins/syntastic/syntax_checkers/co:
- coco.vim
- /root/.vim/plugins/syntastic/syntax_checkers/cobol:
- cobc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/coffee:
- coffeelint.vim
- coffee.vim
- /root/.vim/plugins/syntastic/syntax_checkers/coq:
- coqtop.vim
- /root/.vim/plugins/syntastic/syntax_checkers/cpp:
- clang_check.vim
- clang_tidy.vim
- cppcheck.vim
- cpplint.vim
- gcc.vim
- oclint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/cs:
- mcs.vim
- /root/.vim/plugins/syntastic/syntax_checkers/css:
- csslint.vim
- phpcs.vim
- prettycss.vim
- recess.vim
- /root/.vim/plugins/syntastic/syntax_checkers/cucumber:
- cucumber.vim
- /root/.vim/plugins/syntastic/syntax_checkers/cuda:
- nvcc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/d:
- dmd.vim
- /root/.vim/plugins/syntastic/syntax_checkers/dart:
- dartanalyzer.vim
- /root/.vim/plugins/syntastic/syntax_checkers/docbk:
- xmllint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/dustjs:
- swiffer.vim
- /root/.vim/plugins/syntastic/syntax_checkers/elixir:
- elixir.vim
- /root/.vim/plugins/syntastic/syntax_checkers/erlang:
- erlang_check_file.erl
- escript.vim
- syntaxerl.vim
- /root/.vim/plugins/syntastic/syntax_checkers/eruby:
- ruby.vim
- /root/.vim/plugins/syntastic/syntax_checkers/fortran:
- gfortran.vim
- /root/.vim/plugins/syntastic/syntax_checkers/glsl:
- cgc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/go:
- gofmt.vim
- golint.vim
- gotype.vim
- govet.vim
- go.vim
- /root/.vim/plugins/syntastic/syntax_checkers/haml:
- haml_lint.vim
- haml.vim
- /root/.vim/plugins/syntastic/syntax_checkers/handlebars:
- handlebars.vim
- /root/.vim/plugins/syntastic/syntax_checkers/haskell:
- ghc-mod.vim
- hdevtools.vim
- hlint.vim
- scan.vim
- /root/.vim/plugins/syntastic/syntax_checkers/haxe:
- haxe.vim
- /root/.vim/plugins/syntastic/syntax_checkers/hss:
- hss.vim
- /root/.vim/plugins/syntastic/syntax_checkers/html:
- jshint.vim
- tidy.vim
- validator.vim
- w3.vim
- /root/.vim/plugins/syntastic/syntax_checkers/java:
- checkstyle.vim
- javac.vim
- /root/.vim/plugins/syntastic/syntax_checkers/javascript:
- closurecompiler.vim
- eslint.vim
- gjslint.vim
- jscs.vim
- jshint.vim
- jslint.vim
- jsl.vim
- jsxhint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/json:
- jsonlint.vim
- jsonval.vim
- /root/.vim/plugins/syntastic/syntax_checkers/less:
- lessc.vim
- less-lint.coffee
- less-lint.js
- recess.vim
- /root/.vim/plugins/syntastic/syntax_checkers/lex:
- flex.vim
- /root/.vim/plugins/syntastic/syntax_checkers/limbo:
- limbo.vim
- /root/.vim/plugins/syntastic/syntax_checkers/lisp:
- clisp.vim
- /root/.vim/plugins/syntastic/syntax_checkers/llvm:
- llvm.vim
- /root/.vim/plugins/syntastic/syntax_checkers/lua:
- luac.vim
- /root/.vim/plugins/syntastic/syntax_checkers/matlab:
- mlint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/nasm:
- nasm.vim
- /root/.vim/plugins/syntastic/syntax_checkers/nroff:
- mandoc.vim
- /root/.vim/plugins/syntastic/syntax_checkers/objc:
- gcc.vim
- oclint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/objcpp:
- gcc.vim
- oclint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/ocaml:
- camlp4o.vim
- /root/.vim/plugins/syntastic/syntax_checkers/perl:
- perlcritic.vim
- perl.vim
- podchecker.vim
- /root/.vim/plugins/syntastic/syntax_checkers/php:
- phpcs.vim
- phplint.vim
- phpmd.vim
- php.vim
- /root/.vim/plugins/syntastic/syntax_checkers/po:
- msgfmt.vim
- /root/.vim/plugins/syntastic/syntax_checkers/pod:
- podchecker.vim
- /root/.vim/plugins/syntastic/syntax_checkers/puppet:
- puppetlint.vim
- puppet.vim
- /root/.vim/plugins/syntastic/syntax_checkers/python:
- compile.py
- flake8.vim
- frosted.vim
- pep257.vim
- pep8.vim
- py3kwarn.vim
- pyflakes.vim
- pylama.vim
- pylint.vim
- python.vim
- /root/.vim/plugins/syntastic/syntax_checkers/r:
- lint.vim
- svtools.vim
- /root/.vim/plugins/syntastic/syntax_checkers/racket:
- code-ayatollah.vim
- racket.vim
- /root/.vim/plugins/syntastic/syntax_checkers/rst:
- rst2pseudoxml.vim
- rstcheck.vim
- /root/.vim/plugins/syntastic/syntax_checkers/ruby:
- jruby.vim
- macruby.vim
- mri.vim
- rubocop.vim
- rubylint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/sass:
- sassc.vim
- sass.vim
- /root/.vim/plugins/syntastic/syntax_checkers/scala:
- fsc.vim
- scalac.vim
- /root/.vim/plugins/syntastic/syntax_checkers/scss:
- sassc.vim
- sass.vim
- scss_lint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/sh:
- checkbashisms.vim
- shellcheck.vim
- sh.vim
- /root/.vim/plugins/syntastic/syntax_checkers/slim:
- slimrb.vim
- /root/.vim/plugins/syntastic/syntax_checkers/tcl:
- nagelfar.vim
- /root/.vim/plugins/syntastic/syntax_checkers/tex:
- chktex.vim
- lacheck.vim
- /root/.vim/plugins/syntastic/syntax_checkers/texinfo:
- makeinfo.vim
- /root/.vim/plugins/syntastic/syntax_checkers/text:
- atdtool.vim
- language_check.vim
- /root/.vim/plugins/syntastic/syntax_checkers/twig:
- twiglint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/typescript:
- tsc.vim
- tslint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/vala:
- valac.vim
- /root/.vim/plugins/syntastic/syntax_checkers/verilog:
- verilator.vim
- /root/.vim/plugins/syntastic/syntax_checkers/vhdl:
- ghdl.vim
- /root/.vim/plugins/syntastic/syntax_checkers/vim:
- vimlint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/xhtml:
- jshint.vim
- tidy.vim
- /root/.vim/plugins/syntastic/syntax_checkers/xml:
- plutil.vim
- xmllint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/xslt:
- xmllint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/yacc:
- bison.vim
- /root/.vim/plugins/syntastic/syntax_checkers/yaml:
- jsyaml.vim
- yamlxs.vim
- /root/.vim/plugins/syntastic/syntax_checkers/z80:
- z80syntaxchecker.vim
- /root/.vim/plugins/syntastic/syntax_checkers/zpt:
- zptlint.vim
- /root/.vim/plugins/syntastic/syntax_checkers/zsh:
- shellcheck.vim
- zsh.vim
- /root/.vim/plugins/tagbar:
- autoload
- doc
- LICENSE
- plugin
- README.md
- syntax
- /root/.vim/plugins/tagbar/autoload:
- tagbar.vim
- /root/.vim/plugins/tagbar/doc:
- tagbar.txt
- tags
- /root/.vim/plugins/tagbar/plugin:
- tagbar.vim
- /root/.vim/plugins/tagbar/syntax:
- tagbar.vim
- /root/.vim/plugins/vim-airline:
- autoload
- doc
- Gemfile
- LICENSE
- plugin
- Rakefile
- README.md
- t
- /root/.vim/plugins/vim-airline/autoload:
- airline
- airline.vim
- /root/.vim/plugins/vim-airline/autoload/airline:
- builder.vim
- debug.vim
- deprecation.vim
- extensions
- extensions.vim
- highlighter.vim
- init.vim
- parts.vim
- section.vim
- themes
- themes.vim
- util.vim
- /root/.vim/plugins/vim-airline/autoload/airline/extensions:
- branch.vim
- bufferline.vim
- capslock.vim
- commandt.vim
- csv.vim
- ctrlp.vim
- default.vim
- eclim.vim
- example.vim
- hunks.vim
- netrw.vim
- nrrwrgn.vim
- promptline.vim
- quickfix.vim
- syntastic.vim
- tabline
- tabline.vim
- tagbar.vim
- tmuxline.vim
- undotree.vim
- unite.vim
- virtualenv.vim
- whitespace.vim
- /root/.vim/plugins/vim-airline/autoload/airline/extensions/tabline:
- default.vim
- unique_tail_improved.vim
- unique_tail.vim
- /root/.vim/plugins/vim-airline/autoload/airline/themes:
- badwolf.vim
- base16.vim
- bubblegum.vim
- dark.vim
- hybrid.vim
- jellybeans.vim
- kalisi.vim
- kolor.vim
- laederon.vim
- light.vim
- lucius.vim
- luna.vim
- molokai.vim
- monochrome.vim
- murmur.vim
- powerlineish.vim
- serene.vim
- simple.vim
- solarized.vim
- sol.vim
- tomorrow.vim
- ubaryd.vim
- understated.vim
- wombat.vim
- zenburn.vim
- /root/.vim/plugins/vim-airline/doc:
- airline.txt
- tags
- /root/.vim/plugins/vim-airline/plugin:
- airline.vim
- /root/.vim/plugins/vim-airline/t:
- airline.vim
- builder.vim
- commands.vim
- extensions_default.vim
- highlighter.vim
- init.vim
- parts.vim
- section.vim
- themes.vim
- util.vim
Advertisement
Add Comment
Please, Sign In to add comment