Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 383 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 383 Bytes

Telescope Rails DB Schema

This is a plugin for Neovim that adds :Telescope rails_db_schema extension that will show all the tables in your db/schema.rb file and allow you to jump to the table definition.

Installation

With Packer

use {
  "erlingur/telescope-rails-db-schema",
  config = function()
    require('telescope').load_extension('rails_db_schema')
  end
}