From 862e60dccae8d145d46463cc1e9d3dfad94782c4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 20 Apr 2025 18:51:54 +0200 Subject: [PATCH] feat(neovim): remove oil.nvim --- modules/cross-platform/home-manager/neovim.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index e075b60..2a13216 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -220,15 +220,6 @@ in { extraLuaFiles = [./nvim/autocommands.lua]; extraPlugins = with pkgs.vimPlugins; { - oil = { - package = oil-nvim; - setup = '' - require("oil").setup() - - vim.keymap.set("n", "N", ":Oil") - vim.keymap.set("n", "n", ':lua require("oil").toggle_float()') - ''; - }; harpoon = { package = harpoon2; setup = ''