Thomas 1 년 전
부모
커밋
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" },