1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:20:06 +08:00
SpaceVim/bundle/nvim-lspconfig-latest/lua/lspconfig/server_configurations/statix.lua

21 lines
439 B
Lua
Vendored

local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'statix' },
filetypes = { 'nix' },
single_file_support = true,
root_dir = util.root_pattern('flake.nix', '.git'),
},
docs = {
description = [[
https://github.com/nerdypepper/statix
lints and suggestions for the nix programming language
]],
default_config = {
root_dir = [[root_pattern("flake.nix", ".git")]],
},
},
}