Skip to content

Instantly share code, notes, and snippets.

@eraserhd
Created October 27, 2016 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eraserhd/df006649e34178cbac45901e1392523e to your computer and use it in GitHub Desktop.
Save eraserhd/df006649e34178cbac45901e1392523e to your computer and use it in GitHub Desktop.
What does it...
Thu Oct 27 2016 19:28:14 GMT-0400 (EDT) node-host: /Users/jfelice/src/dotfiles/neovim/config/nvim.symlink/bundle/nvim-parinfer.js/rplugin/node/nvim-parinfer.js:function:ParinferIndent [ [],
[ [ 0, 1, 1, 0 ],
1,
[ '(defproject nvim-parinfer "0.5.2"',
' :description "A neovim parinfer plugin"',
' :url "http://github.com/snoe/nvim-parinfer.js"',
'',
' :dependencies [[org.clojure/clojure "1.8.0"]',
' [org.clojure/clojurescript "1.8.40"]',
' [org.clojure/core.async "0.2.374" :exclusions [org.clojure/tools.reader]]]',
'',
' :plugins [[lein-cljsbuild "1.1.2"]',
' [lein-npm "0.6.1"]]',
'',
' :npm {:dependencies [[parinfer "1.8.1"]]}',
'',
' :clean-targets ["rplugin/node/nvim-parinfer" "rplugin/node/nvim-parinfer.js"]',
'',
' :cljsbuild {:builds [{:id "plugin"',
' :source-paths ["src"]',
' :compiler {:main nvim-parinfer.main',
' :asset-path "rplugin/node/nvim-parinfer"',
' :hashbang false',
' :output-to "rplugin/node/nvim-parinfer.js"',
' :output-dir "rplugin/node/nvim-parinfer"',
' :optimizations :simple',
' :target :nodejs',
' :cache-analysis true',
' :foreign-libs [{:file "node_modules/parinfer/parinfer.js"',
' :provides ["parinfer"]',
' :module-type :commonjs}]',
' :closure-warnings {:const :off}',
' :externs ["plugin.externs.js"]',
' :source-map "rplugin/node/nvim-parinfer.js.map"}}]})' ],
'paren',
0,
'',
-1 ] ]
Thu Oct 27 2016 19:28:14 GMT-0400 (EDT) nvim-parinfer.js: hello parinfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment