From 17f9bba3e68bc18a8912f88f4cbb3e34d4993351 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sat, 24 Aug 2024 21:14:43 +0200 Subject: [PATCH] feat: remove qml formatter and add qmljs to nvimtree --- lua/plugins.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index e3d717f..d29011e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -73,6 +73,7 @@ require("lazy").setup({ "html", "zig", "rust", + "qmljs", }, }, config = function(_, opts) @@ -243,6 +244,10 @@ require("lazy").setup({ dependencies = { "nvim-tree/nvim-web-devicons" }, opts = { auto_close = true, + modes = { + diagnostics = { auto_open = true }, + }, + win = { position = "right" }, -- your configuration comes here -- or leave it empty to use the default settings