A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mrcjkb/haskell-snippets.nvim below:

mrcjkb/haskell-snippets.nvim: My collection of Haskell snippets for LuaSnip. Powered by tree-sitter and LSP.

Use luarocks or your favourite plugin manager.

Add the following to your LuaSnip setup.

local ls = require('luasnip')
ls.setup {
  -- Add your LuaSnip config
}
local haskell_snippets = require('haskell-snippets').all
ls.add_snippets('haskell', haskell_snippets, { key = 'haskell' })

Note

See also :h haskell-snippets

Note

haskell-snippets.pragmas.prag

haskell-snippets.pragmas.lang

haskell-snippets.pragmas.discover

haskell-snippets.pragmas.nowarn

haskell-snippets.module.mod

haskell-snippets.module.qual

haskell-snippets.module.impc

haskell-snippets.module.qualc

haskell-snippets.data.adt

haskell-snippets.data.newtype

haskell-snippets.data.rec

haskell-snippets.data.cls

haskell-snippets.data.ins

haskell-snippets.data.constraint

haskell-snippets.functions.fn

haskell-snippets.functions.func

haskell-snippets.functions.lambda

haskell-snippets.expressions.if_expr

haskell-snippets.expressions.if_expr_multiline

haskell-snippets.expressions.if_expr_multiway

haskell-snippets.expressions.lambdacase

haskell-snippets.quasiquotes.qq

haskell-snippets.quasiquotes.sql

All contributions are welcome! See CONTRIBUTING.md.

Here are some other plugins I recommend for Haskell development:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4