diff --git a/ftplugin/qml.lua b/ftplugin/qml.lua deleted file mode 100644 index fe6caae..0000000 --- a/ftplugin/qml.lua +++ /dev/null @@ -1 +0,0 @@ -vim.treesitter.start() diff --git a/lsp/qmlls.lua b/lsp/qmlls.lua deleted file mode 100644 index fe17b5b..0000000 --- a/lsp/qmlls.lua +++ /dev/null @@ -1,3 +0,0 @@ -return { - cmd = { "qmlls", "-E" }, -} diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 3e1c984..8f0b6ee 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -32,7 +32,6 @@ vim.lsp.enable({ "yamlls", "bashls", "just", - "qmlls", }) -- diagnostic settings diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 019ae85..c2b0c09 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -1,11 +1,11 @@ { "plugins": { "conform.nvim": { - "rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395", + "rev": "40dcec5555f960b0a04340d76eabdf4efe78599d", "src": "https://github.com/stevearc/conform.nvim" }, "lazydev.nvim": { - "rev": "ff2cbcba459b637ec3fd165a2be59b7bbaeedf0d", + "rev": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d", "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": "3923662bf3d6ca49a9503f8d7196ea0450983e6a", + "rev": "cad365c212fb1e332cb93fa8f72697125799d00a", "src": "https://github.com/nvim-mini/mini.nvim" }, "nvim-lspconfig": { - "rev": "8e2084bf5e40c79c1f42210a6ef96a0a4793a763", + "rev": "ead0f5f342d8d323441e7d4b88f0fc436a81ad5f", "src": "https://github.com/neovim/nvim-lspconfig" }, "nvim-treesitter": { - "rev": "539abf6da5ee8702e37b82cc953131dadd570da2", + "rev": "544320a9cf5d6bf539ec1cc54d393064015670c4", "src": "https://github.com/nvim-treesitter/nvim-treesitter" }, "render-markdown.nvim": { - "rev": "c7188a8f9d2953696b6303caccbf39c51fa2c1b1", + "rev": "bd482f9a4827c9422231a7db1439c5cff1e69ae0", "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