Giter Site home page Giter Site logo

haskell-vim-proto's Introduction

haskell-vim-proto

Minimalist starter config for vim and Haskell.

For a more fully featured setup script see:

Setup

$ git clone --recursive https://github.com/sdiehl/haskell-vim-proto.git 
$ cd haskell-vim-proto
$ cp -n vimrc ~/.vimrc   # Will not clobber existing config
$ cp -rn vim ~/.vim

Installs the following submodules using pathogen.

  • ghcmod-vim
  • neco-ghc
  • vim-snipmate
  • syntastic
  • neocompletee.vim
  • ctrlp.vim
  • nerdtree
  • nerdcommenter
  • tabular
  • supertab
  • neocomplete

haskell-vim-proto's People

Contributors

augustawind avatar jdagilliland avatar phadej avatar sdiehl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

haskell-vim-proto's Issues

Extraction of syntax files.

Is there any chance that the syntax files in this project could be extracted into its own repository?

It would be really convenient for people who wants maintained syntax files for Haskell, Cabal, and so forth without all the remaining parts of the repository.

incorrect highlighting for multiply-nested TH splices / quasi-quotes

Highlighting chokes on code that has multiple nested levels of splices and quasiquotes, like in this example:

mkServer :: String -> String -> [Name] -> ExpQ
mkServer pre post rqNames =
    [e|makeServer
        $(listE
            [ [| impl (undefined :: $(conT rqName)) |]
            | rqName <- rqNames
            ]) |]

Highlighting picks up the beginning of the [e| quote correctly, but then fails to recognize the inner quote ([| impl ...), interpreting its closing bracket as the closing bracket for the outer quote.

ghc-mod deprecated

This is less about the repo itself, and more about the original article.

You recommend using ghc-mod.
But installing it errs out, which I have found is due to the package no longer being maintained: https://github.com/DanielG/ghc-mod

I assume I could find an older LTS stack to get it working.
However, I'd like to know if you have a newer recommended setup.

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.