From 9a3b9f3946e0f301637375f532838444d11fc426 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Fri, 6 Oct 2023 22:16:17 +0200 Subject: [PATCH] fix comment neovim plugin not being set up --- home/rachel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/rachel.nix b/home/rachel.nix index 6512186..15458bc 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -182,6 +182,7 @@ in vimAlias = true; extraLuaConfig = '' require("tmux").setup({ copy_sync = { redirect_to_clipboard = true } }); + require('Comment').setup() ''; extraConfig = '' set rnu nu