spaceships / gutenhasktags

Simple wrapper around hasktags to allow it to work with vim-gutentags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gutenhasktags

Build Status

Simple wrapper around hasktags to allow it to work with vim-gutentags

Usage

Install gutenhasktags then add the following to your vimrc

let g:gutentags_project_info = [ {'type': 'python', 'file': 'setup.py'},
                               \ {'type': 'ruby', 'file': 'Gemfile'},
                               \ {'type': 'haskell', 'file': 'Setup.hs'} ]
let g:gutentags_ctags_executable_haskell = 'gutenhasktags'

About

Simple wrapper around hasktags to allow it to work with vim-gutentags

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%