🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

lunte-lsp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lunte-lsp

Language Server Protocol wrapper for Lunte

latest
Source
npmnpm
Version
1.8.2
Version published
Weekly downloads
68
2166.67%
Maintainers
1
Weekly downloads
 
Created
Source

lunte-lsp

Language Server Protocol wrapper for Lunte.

Installation

npm install --save-dev lunte lunte-lsp

Usage

lunte-lsp

The server reuses Lunte's analyzer, reads .lunterc / .lunterc.json, and streams diagnostics over stdio.

Neovim

local lspconfig = require('lspconfig')
local configs = require('lspconfig.configs')

configs.lunte = configs.lunte or {
 default_config = {
  cmd = { 'npx', 'lunte-lsp' },
  filetypes = { 'javascript' },
  root_dir = lspconfig.util.find_git_ancestor,
  single_file_support = true,
 },
}

lspconfig.lunte.setup({})

Repository

Monorepo: https://github.com/holepunchto/lunte

License

Apache-2.0

Keywords

lsp

FAQs

Package last updated on 30 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts