
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
basics-language-server
Advanced tools
Features:
To install:
npm install -g basics-language-server
The server is available in nvim-lspconfig. Start the server with
require('lspconfig').basics_ls.setup({})
require('lspconfig').basics_ls.setup({
settings = {
buffer = {
enable = true,
minCompletionLength = 4 -- only provide completions for words longer than 4 characters
matchStrategy = 'exact', -- or 'fuzzy'
},
path = {
enable = true,
},
snippet = {
enable = false,
sources = {} -- paths to package containing snippets, see examples below
matchStrategy = 'exact', -- or 'fuzzy'
},
}
})
snippet.sources can be a string or a list of strings. The strings should be absolute paths (or globs that resolve to paths) to one of either:
'/home/user/snippets' which contains python.jsonpackage.json that defines per language snippets in a VS Code extension API format.package.json that defines per language snippets in a VS Code extension API format.'/home/user/snippets/python.json'. See VS Code example for formatFAQs
Buffer, path, and snippet completions
The npm package basics-language-server receives a total of 23 weekly downloads. As such, basics-language-server popularity was classified as not popular.
We found that basics-language-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.