mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
neovim type of stuff
This commit is contained in:
14
.config/nvim/lsp/qmlls.lua
Normal file
14
.config/nvim/lsp/qmlls.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
---@brief
|
||||
---
|
||||
--- https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
|
||||
---
|
||||
--- > QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor.
|
||||
---
|
||||
--- Source in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/)
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { 'qmlls' },
|
||||
filetypes = { 'qml', 'qmljs' },
|
||||
root_markers = { '.git', 'shell.qml' },
|
||||
}
|
||||
Reference in New Issue
Block a user