diff options
author | 2025-08-10 13:54:00 +0300 | |
---|---|---|
committer | 2025-08-10 13:54:00 +0300 | |
commit | 0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37 (patch) | |
tree | 9d713311002e81fae7555b325db2a975ee636c00 /lsp/qmlls.lua | |
parent | fix: refresh `rust-analyzer` inlay hints on finished indexing (diff) | |
download | neovim-configuration-master.tar.gz neovim-configuration-master.tar.bz2 neovim-configuration-master.tar.lz neovim-configuration-master.tar.xz neovim-configuration-master.tar.zst neovim-configuration-master.zip |
Diffstat (limited to 'lsp/qmlls.lua')
-rw-r--r-- | lsp/qmlls.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lsp/qmlls.lua b/lsp/qmlls.lua new file mode 100644 index 0000000..92dc83b --- /dev/null +++ b/lsp/qmlls.lua @@ -0,0 +1,5 @@ +return { + cmd = { "qmlls", "-E" }, + root_markers = { ".qmlls.ini", ".git" }, + filetypes = { "qml", "qmljs" }, +} |