1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:00:05 +08:00
SpaceVim/bundle/nvim-lspconfig-latest/lua/lspconfig/server_configurations/debputy.lua
2024-05-21 12:31:14 +08:00

17 lines
362 B
Lua

local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'debputy', 'lsp', 'server' },
filetypes = { 'debcontrol', 'debcopyright', 'debchangelog', 'make', 'yaml' },
root_dir = util.root_pattern 'debian',
},
docs = {
description = [[
https://salsa.debian.org/debian/debputy
Language Server for Debian packages.
]],
},
}