From 6f20d60cd5dd833f7af9178636beca3215abbc6f Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 13:27:57 -0400 Subject: [PATCH] 176 current 2024-03-13 13:27:50 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 a5df430..c103541 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 = ''require("dressing").setup()''; + config = ''lua require("dressing").setup()''; } { plugin = overseer-nvim; - config = ''require('overseer').setup({ task_list = { direction = "bottom" } })''; + config = ''lua require('overseer').setup({ task_list = { direction = "bottom" } })''; } ];