From 25c8f3713041d3f1bf4920bbb1f27653d38a2bfe Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 3 Apr 2026 10:43:37 +0200 Subject: [PATCH 1/2] feat: setup qml. --- ftplugin/qml.lua | 1 + lsp/qmlls.lua | 3 +++ lua/plugins/lsp.lua | 1 + 3 files changed, 5 insertions(+) create mode 100644 ftplugin/qml.lua create mode 100644 lsp/qmlls.lua diff --git a/ftplugin/qml.lua b/ftplugin/qml.lua new file mode 100644 index 0000000..fe6caae --- /dev/null +++ b/ftplugin/qml.lua @@ -0,0 +1 @@ +vim.treesitter.start() diff --git a/lsp/qmlls.lua b/lsp/qmlls.lua new file mode 100644 index 0000000..fe17b5b --- /dev/null +++ b/lsp/qmlls.lua @@ -0,0 +1,3 @@ +return { + cmd = { "qmlls", "-E" }, +} diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 8f0b6ee..3e1c984 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -32,6 +32,7 @@ vim.lsp.enable({ "yamlls", "bashls", "just", + "qmlls", }) -- diagnostic settings From f1973e83d82818583b91786198e81895bc927044 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 3 Apr 2026 10:43:46 +0200 Subject: [PATCH 2/2] chore: update nvim pack lock. --- nvim-pack-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index c2b0c09..019ae85 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -1,11 +1,11 @@ { "plugins": { "conform.nvim": { - "rev": "40dcec5555f960b0a04340d76eabdf4efe78599d", + "rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395", "src": "https://github.com/stevearc/conform.nvim" }, "lazydev.nvim": { - "rev": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d", + "rev": "ff2cbcba459b637ec3fd165a2be59b7bbaeedf0d", "src": "https://github.com/folke/lazydev.nvim" }, "markdown-table-mode.nvim": { @@ -17,19 +17,19 @@ "src": "https://github.com/tadmccorkle/markdown.nvim" }, "mini.nvim": { - "rev": "cad365c212fb1e332cb93fa8f72697125799d00a", + "rev": "3923662bf3d6ca49a9503f8d7196ea0450983e6a", "src": "https://github.com/nvim-mini/mini.nvim" }, "nvim-lspconfig": { - "rev": "ead0f5f342d8d323441e7d4b88f0fc436a81ad5f", + "rev": "8e2084bf5e40c79c1f42210a6ef96a0a4793a763", "src": "https://github.com/neovim/nvim-lspconfig" }, "nvim-treesitter": { - "rev": "544320a9cf5d6bf539ec1cc54d393064015670c4", + "rev": "539abf6da5ee8702e37b82cc953131dadd570da2", "src": "https://github.com/nvim-treesitter/nvim-treesitter" }, "render-markdown.nvim": { - "rev": "bd482f9a4827c9422231a7db1439c5cff1e69ae0", + "rev": "c7188a8f9d2953696b6303caccbf39c51fa2c1b1", "src": "https://github.com/MeanderingProgrammer/render-markdown.nvim" }, "rose-pine": { @@ -41,4 +41,4 @@ "src": "https://github.com/phrmendes/todotxt.nvim" } } -} \ No newline at end of file +}