From 3dde3ece0c2f0e1fb761d2f5e8b6ff49dcea03a9 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 23 Jan 2024 18:56:13 +0100 Subject: vim: remove refactoring-nvim dependencies hack --- common/vim.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/vim.nix b/common/vim.nix index 55c2bbd..2cf37ef 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -107,8 +107,7 @@ inputs: { # Languages vim-polyglot - # Fixes "duplicated vim plugin" issue - (refactoring-nvim.overrideAttrs (old: {dependencies = [];})) + refactoring-nvim # Other comment-nvim -- cgit v1.2.3