feat(vim): finally add trouble bind
This commit is contained in:
parent
ea8f79afd7
commit
69b4595dc3
1 changed files with 7 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue