remove neotree, oil has everything i need

This commit is contained in:
Vladan Popovic 2024-03-20 02:42:07 +01:00
parent 6d04ade3e5
commit df3dc407a7
2 changed files with 0 additions and 11 deletions

View File

@ -13,4 +13,3 @@ utils.map("n", "<leader>sq", "<cmd>setlocal nospell")
utils.map("n", "<F3>", "<cmd>set nonumber!<CR>")
utils.map("n", "<leader>fe", "<cmd>Oil<CR>")
utils.map("n", "<C-x><C-f>", "<cmd>Neotree toggle<CR>")

View File

@ -5,16 +5,6 @@ require('packer').startup(function()
-- Packer can manage itself as an optional plugin
use {'wbthomason/packer.nvim', opt = true }
use {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
requires = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
}
}
-- Fuzzy finder
use {
'nvim-telescope/telescope.nvim',