Giter Site home page Giter Site logo

phoenix.vim's Introduction

phoenix.vim

phoenix.vim is a plugin inspired by rails.vim, aiming to offer the same features (eventually).

phoenix.vim supports:

Feature Description
Projectionist Navigation Navigation using Projectionist - :Emodel and friends
Jumps Use the word under the cursor to jump to files with gf. For example, in an Ecto model: has_many :users, with the cursor on users, gf brings you to web/models/user.ex
Generators Run Phoenix generators from within vim :Pgenerate model Foo foos bar:string
Server :Pserver runs mix phoenix.server - in a term for Neovim users or with dispatch for Vim users
Preview :Ppreview endpoints in your browser

Check out the documentation :h phoenix for the full list of features!

Installation

Use your favourite plugin manager, here we use vim-plug

As this plugin relies on Projectionist, you will need to install it too.

Plug 'c-brenn/phoenix.vim'
Plug 'tpope/vim-projectionist' " required for some navigation features

Make sure to have this plugin before projectionist in your vimrc.

Documentation

Check out :h phoenix to find out more.

More Features To Come

The plan is to try and get feature parity with rails.vim eventually. For now, the focus is on improving the navigation commands.

Issues

If you run into any bugs, open an issue in the tracker

phoenix.vim's People

Contributors

c-brenn avatar nhooyr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.