My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[dishvim] fix trouble.nvim mappings

dish e2ff76de 62be38dd

+2 -2
+2 -2
neovim/plugins/trouble.nix
··· 2 2 config.vim = { 3 3 lsp.trouble = { 4 4 enable = true; 5 - mappings.documentDiagnostics = "xx"; 6 - mappings.lspReferences = "xlr"; 5 + mappings.documentDiagnostics = "<Leader>xx"; 6 + mappings.lspReferences = "<Leader>xlr"; 7 7 }; 8 8 }; 9 9 }