diff options
| author | Logan Grosz <logan.grosz@gmail.com> | 2025-03-16 10:08:44 -0600 |
|---|---|---|
| committer | Logan Grosz <logan.grosz@gmail.com> | 2025-03-16 10:08:44 -0600 |
| commit | ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725 (patch) | |
| tree | ca9b7637dd7c9c399dd2ef3804eed116bcae7ac8 /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.tar nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.tar.gz nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.tar.bz2 nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.tar.lz nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.tar.xz nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.tar.zst nvim-lspconfig-ab3a2a0d9da740bd0bc286eda2e0c85b39f7f725.zip | |
chore(qml_lsp)!: remove config
This project is archived. Prefer [qmlls](lua/lspconfig/configs/qmlls.lua).
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/qml_lsp.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lua/lspconfig/configs/qml_lsp.lua b/lua/lspconfig/configs/qml_lsp.lua deleted file mode 100644 index 0f334a32..00000000 --- a/lua/lspconfig/configs/qml_lsp.lua +++ /dev/null @@ -1,16 +0,0 @@ -local util = require 'lspconfig.util' - -return { - default_config = { - cmd = { 'qml-lsp' }, - filetypes = { 'qmljs' }, - root_dir = util.root_pattern '*.qml', - }, - docs = { - description = [[ -https://invent.kde.org/sdk/qml-lsp - -LSP implementation for QML (autocompletion, live linting, etc. in editors) - ]], - }, -} |
