From 69b4595dc367baa3234d6912fb0c7784c2987b43 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 17 Jan 2023 09:50:24 +0100 Subject: [PATCH] feat(vim): finally add trouble bind --- programs/nvim.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/programs/nvim.nix b/programs/nvim.nix index 59aa0ef..75541d4 100644 --- a/programs/nvim.nix +++ b/programs/nvim.nix @@ -45,7 +45,6 @@ {plugin = playground;} {plugin = rust-vim;} {plugin = tabular;} - {plugin = trouble-nvim;} {plugin = vim-nix;} {plugin = vim-repeat;} @@ -293,6 +292,13 @@ ''; } + { + plugin = trouble-nvim; + config = '' + nnoremap ${leader}t :TroubleToggle + ''; + } + { plugin = nvim-dap; config = ''