Skip to content

Commit

Permalink
Merge pull request #176 from codepuncher/2024-07-08
Browse files Browse the repository at this point in the history
fix(nvim): `TroubleToggle` > `Trouble toggle diagnostics`
  • Loading branch information
codepuncher authored Jul 8, 2024
2 parents 8ad3f8e + 343557a commit 6b7b5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nvim/lua/keymappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ wk.register({
-- Trouble
['<leader>x'] = {
name = '[TROUBLE]',
x = { '<cmd>TroubleToggle<cr>', '[TROUBLE] Toggle' },
x = { '<cmd>Trouble toggle diagnostics<cr>', '[TROUBLE] Toggle' },
w = { '<cmd>Trouble workspace_diagnostics<cr>', '[TROUBLE] Workspace diagnostics' },
d = { '<cmd>Trouble document_diagnostics<cr>', '[TROUBLE] Document diagnostics' },
l = { '<cmd>Trouble loclist<cr>', '[TROUBLE] Loclist' },
Expand Down
6 changes: 3 additions & 3 deletions web/ngrok.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
console_ui_color: transparent
dns_resolver_ips:
- 1.1.1.1
- 8.8.8.8
- 1.1.1.1
- 8.8.8.8
region: eu
version: 2
update_check: false
authtoken: 2ZP2TD2m9zGDHdF4rpCXaGJ1FRZ_2gfEKjnRqmuUd337QUwvA

0 comments on commit 6b7b5fb

Please sign in to comment.