Thomas 1 год назад
Родитель
Сommit
001bec2454
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lua/plugins/file_tree.lua

+ 1 - 1
lua/plugins/file_tree.lua

@@ -25,7 +25,7 @@ return {
 			"nvim-lua/plenary.nvim",
 			"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
 			"MunifTanjim/nui.nvim",
-			"3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
+			-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
 		},
 		opts = {
 			open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "edgy" },