diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 20:05:49 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 20:05:49 +0100 |
commit | e4da06e19c072322573c916fa6bdda8827a59e6c (patch) | |
tree | 3960a010470c59d62b783b22dedc971439c484c8 /fnl/config/trouble.fnl | |
parent | 68719ee058a302a4bda697b6a39ebfd5fefb06fc (diff) |
Refactor with opts
Diffstat (limited to 'fnl/config/trouble.fnl')
-rw-r--r-- | fnl/config/trouble.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/trouble.fnl b/fnl/config/trouble.fnl index 988f2ed..a38ed86 100644 --- a/fnl/config/trouble.fnl +++ b/fnl/config/trouble.fnl @@ -78,4 +78,4 @@ ;; enabling this will use the signs defined in your lsp client }) -{1 :folke/trouble.nvim :cmd :TroubleToggle :config opts} +{1 :folke/trouble.nvim :cmd :TroubleToggle :opts opts} |