From 2e7e1ce219b43bb74f67875200dd4b68758ffd27 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 Jul 2024 19:04:27 -0400 Subject: back to nixvim again --- nixvim/plugins/trouble.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nixvim/plugins/trouble.nix (limited to 'nixvim/plugins/trouble.nix') diff --git a/nixvim/plugins/trouble.nix b/nixvim/plugins/trouble.nix new file mode 100644 index 0000000..a971991 --- /dev/null +++ b/nixvim/plugins/trouble.nix @@ -0,0 +1,17 @@ +{ + keymaps = [ + { + action = "Trouble diagnostics toggle"; + key = "p"; + mode = "n"; + options = { + noremap = true; + silent = true; + }; + } + ]; + + plugins.trouble = { + enable = true; + }; +} -- cgit v1.2.3