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 = ''