From afffb3b4c094ae6d8dc1050b6a89f2eca99750cb Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 13:27:19 -0400 Subject: [PATCH] 175 current 2024-03-13 13:27:11 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index c103541..a5df430 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -340,11 +340,11 @@ extraPlugins = with pkgs.vimPlugins; [ { plugin = dressing-nvim; - config = ''lua require("dressing").setup()''; + config = ''require("dressing").setup()''; } { plugin = overseer-nvim; - config = ''lua require('overseer').setup({ task_list = { direction = "bottom" } })''; + config = ''require('overseer').setup({ task_list = { direction = "bottom" } })''; } ];