1
Files
flake-nixinator/config/neovim/store/lazy-plugins/haskell-tools.nvim/haskell-tools.nvim-3.1.8-1.rockspec

35 lines
1.0 KiB
Lua

local git_ref = '3.1.8'
local modrev = '3.1.8'
local specrev = '1'
local repo_url = 'https://github.com/mrcjkb/haskell-tools.nvim'
rockspec_format = '3.0'
package = 'haskell-tools.nvim'
version = modrev ..'-'.. specrev
description = {
summary = 'Supercharge your Haskell experience in neovim!',
detailed = [[
This plugin automatically configures the haskell-language-server builtin LSP client
and integrates with other Haskell tools. See the README's #features section
for more info.]],
labels = { 'dap', 'debug-adapter-protocol', 'fast-tags', 'haskell', 'hoogle', 'language-server', 'language-server-protocol', 'lsp', 'lsp-client', 'lua', 'neovim', 'neovim-plugin', 'nvim', 'plugin', 'repl', 'tagfunc', 'telescope', 'vim' } ,
homepage = 'https://github.com/mrcjkb/haskell-tools.nvim',
license = 'GPL-2.0'
}
dependencies = { 'lua >= 5.1' }
test_dependencies = { }
source = {
url = repo_url .. '/archive/' .. git_ref .. '.zip',
dir = 'haskell-tools.nvim-' .. '3.1.8',
}
build = {
type = 'builtin',
copy_directories = { 'doc', 'ftplugin' } ,
}