feat: remove qml formatter and add qmljs to nvimtree
This commit is contained in:
parent
aa3b418c4c
commit
17f9bba3e6
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,7 @@ require("lazy").setup({
|
||||||
"html",
|
"html",
|
||||||
"zig",
|
"zig",
|
||||||
"rust",
|
"rust",
|
||||||
|
"qmljs",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
|
@ -243,6 +244,10 @@ require("lazy").setup({
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
opts = {
|
opts = {
|
||||||
auto_close = true,
|
auto_close = true,
|
||||||
|
modes = {
|
||||||
|
diagnostics = { auto_open = true },
|
||||||
|
},
|
||||||
|
|
||||||
win = { position = "right" },
|
win = { position = "right" },
|
||||||
-- your configuration comes here
|
-- your configuration comes here
|
||||||
-- or leave it empty to use the default settings
|
-- or leave it empty to use the default settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue