common: add luatree
This commit is contained in:
		@@ -135,7 +135,15 @@ return {
 | 
				
			|||||||
      -- Unless you are still migrating, remove the deprecated commands from v1.x
 | 
					      -- Unless you are still migrating, remove the deprecated commands from v1.x
 | 
				
			||||||
      vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
 | 
					      vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      require('neo-tree').setup {}
 | 
					      require('neo-tree').setup {
 | 
				
			||||||
 | 
					        filesystem = {
 | 
				
			||||||
 | 
					          filtered_items = {
 | 
				
			||||||
 | 
					            visible = true,
 | 
				
			||||||
 | 
					            hide_dotfiles = false,
 | 
				
			||||||
 | 
					            hide_gitignored = false,
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    end,
 | 
					    end,
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user