aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/basics_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs: add deprecation notice to lua/lspconfig/configs #4189Justin M. Keyes2025-11-151-0/+7
|
* feat: add basics_ls server config (#3361)Anton Kastritskii2024-10-091-0/+30
Basics language server provides completion for buffer words, paths, and snippets. The goal is to allow current neovim users to test the built-in lsp completion without 3rd party plugins until neovim gains support for adding custom completion sources.