- presentation link for talk "Writing NeoVim Plugins using Python Plugin API"
- neotags - basic ctags auto update plugin for Neovim
- [presentation link]( "presentation link")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = 2017-09-22 Fri = | |
| (Getting to know each other) | |
| 17-20h Hacking | |
| 20-23h Dinner + Drinks | |
| = 2017-09-23 Sat = | |
| 10:00-10:10 Boarding | |
| 10:20-10:50 Daniel Siepmann: Writing NeoVim Plugins using Python Plugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'minitest' | |
| require "minitest/autorun" | |
| require "minitest/focus" | |
| require 'rake' | |
| require 'mocha/mini_test' | |
| require 'minitest/pride' | |
| module Padrino | |
| module Generators | |
| # Wrap the sequel rake task |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'minitest' | |
| require "minitest/autorun" | |
| require "minitest/focus" | |
| require 'rake' | |
| require 'mocha/mini_test' | |
| class Test | |
| def up | |
| version = ENV["MIGRATION_VERSION"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| puts "=> Creating database '#{database}'" | |
| if config[:adapter] == 'sqlite3' | |
| ::Sequel.sqlite(database) | |
| else | |
| require 'padrino-gen/padrino-tasks/sql-helpers' | |
| Padrino::Generators::SqlHelpers.create_db(config[:adapter], user, password, host, database, charset, collation) | |
| end | |
| puts "<= sq:create executed" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fu! InsertNewlines() | |
| normal! Go | |
| normal! Go | |
| endf | |
| no <silent> <F3> $:call InsertNewlines() <CR> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'minitest' | |
| require "minitest/autorun" | |
| require "minitest/focus" | |
| require 'rake' | |
| require 'sequel' | |
| require 'mocha/mini_test' | |
| require 'padrino-core' | |
| require 'pry' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rspec' | |
| require 'rake' | |
| require 'sequel' | |
| namespace :sql do | |
| task :migrate do | |
| Sequel::extension :migration | |
| Sequel::Migrator.run Sequel::Model.db, 'db/migrate', :target => 0 | |
| Sequel::Migrator.run Sequel::Model.db, 'db/migrate' | |
| end |
Sweetie is a plugin for to get statistics for jekyll and
middleman projects. The statistics includes the unique number of all links,
images, pages, and the last build time of the given project. You can specify the location the generated files
(normally _site for jekyll and build for middleman apps) and of the config file where the changes
will be written.
It can also grab the last changes of your bitbucket repositories. You can then use the information on various places in your project