neovim-dotfiles/after/ftplugin/qml.lua
2025-10-08 21:24:37 +02:00

4 lines
125 B
Lua

local conf = vim.lsp.config.qmlls
conf.root_markers = { ".qmlls.ini" }
vim.lsp.config("qmlls", conf)
vim.lsp.enable("qmlls")