Thomas 1 gadu atpakaļ
vecāks
revīzija
001bec2454
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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" },