Skip to content

Telescope plugin to find and jump to your Ruby on Rails table definitions in schema.rb

Notifications You must be signed in to change notification settings

erlingur/telescope-rails-db-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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
}

About

Telescope plugin to find and jump to your Ruby on Rails table definitions in schema.rb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages