feat: remove nvim-tree in favour of oil
This commit is contained in:
		@@ -145,26 +145,4 @@ return {
 | 
				
			|||||||
      icons = { empty = '●', filled = '○', lsp_prefix = '●' },
 | 
					      icons = { empty = '●', filled = '○', lsp_prefix = '●' },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					 | 
				
			||||||
  -- file menu
 | 
					 | 
				
			||||||
  {
 | 
					 | 
				
			||||||
    'nvim-tree/nvim-tree.lua',
 | 
					 | 
				
			||||||
    config = function()
 | 
					 | 
				
			||||||
      require('nvim-tree').setup {
 | 
					 | 
				
			||||||
        renderer = {
 | 
					 | 
				
			||||||
          icons = {
 | 
					 | 
				
			||||||
            glyphs = require('circles').get_nvimtree_glyphs(),
 | 
					 | 
				
			||||||
          },
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        filters = {
 | 
					 | 
				
			||||||
          custom = {
 | 
					 | 
				
			||||||
            '__pycache__',
 | 
					 | 
				
			||||||
          },
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        git = {
 | 
					 | 
				
			||||||
          ignore = false,
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    end,
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user