feat(vim): finally add trouble bind

This commit is contained in:
buffet 2023-01-17 09:50:24 +01:00
parent ea8f79afd7
commit 69b4595dc3

View file

@ -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 <silent> ${leader}t :TroubleToggle<cr>
'';
}
{
plugin = nvim-dap;
config = ''