mass update
This commit is contained in:
parent
d5faa08253
commit
c613a6d0e3
21 changed files with 361 additions and 128 deletions
4
after/ftplugin/qml.lua
Normal file
4
after/ftplugin/qml.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
local conf = vim.lsp.config.qmlls
|
||||
conf.root_markers = { ".qmlls.ini" }
|
||||
vim.lsp.config("qmlls", conf)
|
||||
vim.lsp.enable("qmlls")
|
||||
Loading…
Add table
Add a link
Reference in a new issue