feat: remove qml formatter and add qmljs to nvimtree

This commit is contained in:
Nydragon 2024-08-24 21:14:43 +02:00
parent aa3b418c4c
commit 17f9bba3e6
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -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