File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
5555 "sortBy"
5656 "diagnostics"
5757 "diagnosticsIndicator"
58- "diagnosticsUpdateInInsert"
5958 "offsets"
6059 [
6160 "groups"
@@ -154,7 +153,13 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
154153 oldHighlightsPath = basePluginPath ++ [ "highlights" ] ;
155154 newHighlightsPath = settingsPath ++ [ "highlights" ] ;
156155 in
157- [ ( lib . mkRenamedOptionModule ( basePluginPath ++ [ "extraOptions" ] ) optionsPath ) ]
156+ [
157+ ( lib . mkRenamedOptionModule ( basePluginPath ++ [ "diagnosticsUpdateInInsert" ] ) [
158+ "diagnostics"
159+ "update_in_insert"
160+ ] )
161+ ( lib . mkRenamedOptionModule ( basePluginPath ++ [ "extraOptions" ] ) optionsPath )
162+ ]
158163 ++ ( processRenameOptions oldOptions basePluginPath optionsPath )
159164 ++ ( processRenameOptions oldHighlightOptions oldHighlightsPath newHighlightsPath )
160165 ++ [
You can’t perform that action at this time.
0 commit comments