File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,11 @@ Turn off to only generate diagnostics on file save."
149
149
" Turn on the explicit import lens."
150
150
:group 'lsp-haskell-plugins
151
151
:type 'boolean )
152
+ (defcustom lsp-haskell-refineimports-on
153
+ t
154
+ " Turn on the refine imports lens."
155
+ :group 'lsp-haskell-plugins
156
+ :type 'boolean )
152
157
(defcustom lsp-haskell-modulename-on
153
158
t
154
159
" Turn on the moduleName plugin."
@@ -260,6 +265,7 @@ and `lsp-haskell-server-args' and `lsp-haskell-server-wrapper-function'."
260
265
(" haskell.plugin.retrie.globalOn" lsp-haskell-retrie-on t )
261
266
(" haskell.plugin.eval.globalOn" lsp-haskell-eval-on t )
262
267
(" haskell.plugin.importLens.globalOn" lsp-haskell-importlens-on t )
268
+ (" haskell.plugin.refineImports.globalOn" lsp-haskell-refineimports-on t )
263
269
(" haskell.plugin.moduleName.globalOn" lsp-haskell-modulename-on t )
264
270
(" haskell.plugin.hlint.globalOn" lsp-haskell-hlint-on t )))
265
271
You can’t perform that action at this time.
0 commit comments